From f8424b1b26820badaf149213027c61c437d4b180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 28 Dec 2019 15:18:27 +0100 Subject: brcm2708-userland: add new package with RPi utils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- .../patches/001-interface-vcms_host-cmake-fixes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/utils/brcm2708-userland/patches/001-interface-vcms_host-cmake-fixes.patch (limited to 'package/utils/brcm2708-userland/patches') diff --git a/package/utils/brcm2708-userland/patches/001-interface-vcms_host-cmake-fixes.patch b/package/utils/brcm2708-userland/patches/001-interface-vcms_host-cmake-fixes.patch new file mode 100644 index 0000000000..cb73512af9 --- /dev/null +++ b/package/utils/brcm2708-userland/patches/001-interface-vcms_host-cmake-fixes.patch @@ -0,0 +1,11 @@ +--- a/interface/vmcs_host/CMakeLists.txt ++++ b/interface/vmcs_host/CMakeLists.txt +@@ -24,7 +24,7 @@ if(NOT ARM64) + + # ILCS pulls in EGL for the ILCS/EGL surface API support + target_link_libraries(vcilcs brcmEGL brcmGLESv2 khrn_client vchiq_arm vcos) +- set(INSTALL_TARGETS "${INSTALL_TARGETS} vcilcs") ++ set(INSTALL_TARGETS ${INSTALL_TARGETS} vcilcs) + endif() + + # vchostif needs ilcore as well (vmcs_main pulls it in) -- cgit v1.2.3