mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
many packages expect packageconfig support especially for detecting EGL libraries. This patch helps in compiling those packages on RPi Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
359 B
PkgConfig
14 lines
359 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: EGL
|
|
Description: Fake EGL package for RPi
|
|
Version: 10
|
|
Requires: bcm_host
|
|
Libs: -L${libdir} -lEGL -lGLESv2 -lbcm_host -lvchostif
|
|
Cflags: -I${includedir} -I${includedir}/interface/vmcs_host/linux \
|
|
-I${includedir}/interface/vcos/pthreads
|
|
|