summaryrefslogtreecommitdiffstats
path: root/recipes-bcm/vc-graphics/files
diff options
context:
space:
mode:
authorTomas Frydrych <tomas@sleepfive.com>2012-06-14 22:47:59 +0100
committerTomas Frydrych <tomas@sleepfive.com>2012-06-20 20:28:00 +0100
commitfac94bf7de6ee76b8ef1f74bc1dba565eeaabf2a (patch)
treead2de9645016cf588d80a08ec20d5d66661f4809 /recipes-bcm/vc-graphics/files
parent2bd08428ce69f8654ab8b69604008bb7c21bd972 (diff)
downloadmeta-raspberrypi-fac94bf7de6ee76b8ef1f74bc1dba565eeaabf2a.tar.gz
vc-graphics: package firmware for VC graphics
This package adds a egl.pc file for use with libEGL (it is necessary to specify a custom include paths for the compiler due to brokenness in the firmware header files).
Diffstat (limited to 'recipes-bcm/vc-graphics/files')
-rw-r--r--recipes-bcm/vc-graphics/files/egl.pc10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-bcm/vc-graphics/files/egl.pc b/recipes-bcm/vc-graphics/files/egl.pc
new file mode 100644
index 0000000..c314202
--- /dev/null
+++ b/recipes-bcm/vc-graphics/files/egl.pc
@@ -0,0 +1,10 @@
1prefix=/usr
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: egl
7Description: egl for RaspberryPI
8Version: 0.0
9Libs: -L${libdir} -lEGL -lGLESv2
10Cflags: -I${includedir}/vc -I${includedir}/interface -I${includedir}/interface/vcos -I${includedir}/interface/vcos/pthreads