summaryrefslogtreecommitdiffstats
path: root/package/rpi-userland
diff options
context:
space:
mode:
authorFatih Aşıcı <fatih.asici@gmail.com>2014-07-23 15:01:54 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-23 21:53:02 +0200
commit6a29ce0d1648baccb311e78c7c906ca27255e895 (patch)
treeeeddc25cad44ad4c59f1274ffbab7b6264ae319c /package/rpi-userland
parent6b8f4e4603e8966492338d5aad3ded5531065238 (diff)
downloadbuildroot-6a29ce0d1648baccb311e78c7c906ca27255e895.tar.gz
buildroot-6a29ce0d1648baccb311e78c7c906ca27255e895.zip
rpi-userland: add missing library in .pc file
Fixes: http://autobuild.buildroot.net/results/8df/8dfb6cba6ea27af253b391cdd355a456382f17a4/ Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpi-userland')
-rw-r--r--package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch b/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch
index 848e49d7ce..e88f810b34 100644
--- a/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch
+++ b/package/rpi-userland/rpi-userland-000-add-pkgconfig-files.patch
@@ -19,7 +19,7 @@ Index: b/interface/khronos/egl/egl.pc.in
+Name: egl
+Description: RasberryPi implementation of EGL
+Version: 10
-+Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host
++Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host -lvchostif
+Cflags: -I${includedir}/ -I${includedir}/interface/vcos/pthreads/ \
+ -I${includedir}/interface/vmcs_host/linux/
Index: b/interface/khronos/CMakeLists.txt
OpenPOWER on IntegriCloud