mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 14:54:10 +00:00
13 lines
256 B
PkgConfig
13 lines
256 B
PkgConfig
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: brcmGLESv2
|
||
|
Description: Fake brcmGLES2 package for RPi
|
||
|
Version: 10
|
||
|
Requires: bcm_host
|
||
|
Libs: -L${libdir} -lbrcmGLESv2
|
||
|
Cflags: -I${includedir}
|
||
|
|