0d85b53dd0
- Packaged rpi-userland which now contains the userland GPU libs and utilities, and builds on musl. - rpi-firmware now just contains the boot files, nothing else. - rpi-firmware-pcfiles has been merged into rpi-userland-devel and has been removed.
12 lines
221 B
PkgConfig
12 lines
221 B
PkgConfig
prefix=/opt/vc
|
|
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
|
|
Cflags: -I${includedir}
|
|
|