mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
13 lines
358 B
PkgConfig
13 lines
358 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
|