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/vc-graphics-hardfp.bb | |
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/vc-graphics-hardfp.bb')
-rw-r--r-- | recipes-bcm/vc-graphics/vc-graphics-hardfp.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb b/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb new file mode 100644 index 0000000..e96c291 --- /dev/null +++ b/recipes-bcm/vc-graphics/vc-graphics-hardfp.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | |||
2 | CONFLICTS = "vc-graphics" | ||
3 | |||
4 | VCDIR = "hardfp/opt/vc" | ||
5 | require vc-graphics.inc | ||
6 | |||
7 | PR = "${INCPR}.0" | ||
8 | |||