mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
11 lines
245 B
PkgConfig
11 lines
245 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: GLESv2
|
|
Description: Fake GL ES 2 package for RPi
|
|
Version: 10
|
|
Requires: bcm_host
|
|
Libs: -L${libdir} -lGLESv2
|
|
Cflags: -I${includedir}
|