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>
12 lines
244 B
PkgConfig
12 lines
244 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: OpenVG
|
|
Description: Fake OpenVG package for RPi
|
|
Version: 10
|
|
Requires: bcm_host
|
|
Libs: -L${libdir} -lOpenVG
|
|
Cflags: -I${includedir}
|