summaryrefslogtreecommitdiff
path: root/media-libs/raspberrypi-userland/files/egl.pc
blob: 56bf1e07e93bc5d4fd5dd2abd09e7dae2777b7a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 glesv2
Libs: -L${libdir} -lEGL
Cflags: -I${includedir}