mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
rpi-userland: add bcm_host to egl.pc
bcm_host is the Broadcom hardware interface library And is currently a dependency to use the EGL functions Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2282b93f42
commit
2e1fb3f7c4
@ -9,7 +9,7 @@ Index: b/interface/khronos/egl/egl.pc.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/interface/khronos/egl/egl.pc.in
|
+++ b/interface/khronos/egl/egl.pc.in
|
||||||
@@ -0,0 +1,10 @@
|
@@ -0,0 +1,11 @@
|
||||||
+prefix=@CMAKE_INSTALL_PREFIX@
|
+prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
+exec_prefix=${prefix}
|
+exec_prefix=${prefix}
|
||||||
+libdir=${exec_prefix}/lib
|
+libdir=${exec_prefix}/lib
|
||||||
@ -18,8 +18,9 @@ Index: b/interface/khronos/egl/egl.pc.in
|
|||||||
+Name: egl
|
+Name: egl
|
||||||
+Description: RasberryPi implementation of EGL
|
+Description: RasberryPi implementation of EGL
|
||||||
+Version: 1.0
|
+Version: 1.0
|
||||||
+Libs: -L${libdir} -lEGL -lGLESv2
|
+Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host
|
||||||
+Cflags: -I${includedir}/ -I${includedir}/interface/vcos/pthreads/
|
+Cflags: -I${includedir}/ -I${includedir}/interface/vcos/pthreads/ \
|
||||||
|
+ -I${includedir}/interface/vmcs_host/linux/
|
||||||
Index: b/interface/khronos/CMakeLists.txt
|
Index: b/interface/khronos/CMakeLists.txt
|
||||||
===================================================================
|
===================================================================
|
||||||
--- a/interface/khronos/CMakeLists.txt
|
--- a/interface/khronos/CMakeLists.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user