diff options
author | Tomas Frydrych <tomas@sleepfive.com> | 2012-06-14 22:47:59 +0100 |
---|---|---|
committer | Tomas Frydrych <tomas@sleepfive.com> | 2012-06-20 20:28:00 +0100 |
commit | fac94bf7de6ee76b8ef1f74bc1dba565eeaabf2a (patch) | |
tree | ad2de9645016cf588d80a08ec20d5d66661f4809 /recipes-bcm/vc-graphics/files | |
parent | 2bd08428ce69f8654ab8b69604008bb7c21bd972 (diff) | |
download | meta-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.pc | 10 |
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 @@ | |||
1 | prefix=/usr | ||
2 | exec_prefix=${prefix} | ||
3 | libdir=${exec_prefix}/lib | ||
4 | includedir=${prefix}/include | ||
5 | |||
6 | Name: egl | ||
7 | Description: egl for RaspberryPI | ||
8 | Version: 0.0 | ||
9 | Libs: -L${libdir} -lEGL -lGLESv2 | ||
10 | Cflags: -I${includedir}/vc -I${includedir}/interface -I${includedir}/interface/vcos -I${includedir}/interface/vcos/pthreads | ||