diff options
author | Mart Raudsepp <leio@gentoo.org> | 2014-07-18 08:14:54 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2014-07-18 08:14:54 +0300 |
commit | 43bf2b9df2b157273dd333cc070c2cadc3931707 (patch) | |
tree | f6cfa3bd4cbddcbbb1db5c6fc4683f76615deedf /media-libs/raspberrypi-userland/files/egl.pc | |
parent | Add forgotten to stage gst-plugins-bad RPi patches (diff) | |
download | leio-43bf2b9df2b157273dd333cc070c2cadc3931707.tar.gz leio-43bf2b9df2b157273dd333cc070c2cadc3931707.tar.bz2 leio-43bf2b9df2b157273dd333cc070c2cadc3931707.zip |
Add media-libs/raspberrypi-userland with wayland wsys patches and pkg-config files
Diffstat (limited to 'media-libs/raspberrypi-userland/files/egl.pc')
-rw-r--r-- | media-libs/raspberrypi-userland/files/egl.pc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/raspberrypi-userland/files/egl.pc b/media-libs/raspberrypi-userland/files/egl.pc new file mode 100644 index 0000000..351119e --- /dev/null +++ b/media-libs/raspberrypi-userland/files/egl.pc @@ -0,0 +1,12 @@ +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} + |