diff options
Diffstat (limited to 'package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch')
-rw-r--r-- | package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch b/package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch deleted file mode 100644 index cb73512af9..0000000000 --- a/package/utils/bcm27xx-userland/patches/001-interface-vcms_host-cmake-fixes.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |