mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
14 lines
375 B
PkgConfig
14 lines
375 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: brcmEGL
|
||
|
Description: Fake brcmEGL package for RPi
|
||
|
Version: 10
|
||
|
Requires: bcm_host
|
||
|
Libs: -L${libdir} -lbrcmEGL -lbrcmGLESv2 -lbcm_host -lvchostif
|
||
|
Cflags: -I${includedir} -I${includedir}/interface/vmcs_host/linux \
|
||
|
-I${includedir}/interface/vcos/pthreads
|
||
|
|