summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/mesa/mesa-demos_8.0.1.bbappend
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2013-04-06 16:47:32 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-04-08 11:39:12 -0500
commitfd58fb07cf4fcc0553d0608f5688fc03e41ea15c (patch)
treeaed53afd6c9c5d1e645a4edb31c0b7b0bfd17ea1 /common/recipes-graphics/mesa/mesa-demos_8.0.1.bbappend
parent8c0bb1be455411ab2d4001a5b3f79c80b19dffc8 (diff)
downloadmeta-intel-062ecea2b66ab3225af5ffb2f5f99fa32e7d8fb0.tar.gz
mesa-demos: fix build errors1.4_M6.rc1
When commit 6d17c9b ('emgd-driver-bin: add pkgconfig files') was added for libva, it exposed some missing EMGD functionality, which it turns out has been fixed by patches submitted or accepted upstream (see the individual patches for details). This adds those patches to get around the build problems when building with EMGD 1.16. Fixes [YOCTO #3469] for meta-intel (EMGD). Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-graphics/mesa/mesa-demos_8.0.1.bbappend')
-rw-r--r--common/recipes-graphics/mesa/mesa-demos_8.0.1.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/recipes-graphics/mesa/mesa-demos_8.0.1.bbappend b/common/recipes-graphics/mesa/mesa-demos_8.0.1.bbappend
new file mode 100644
index 00000000..1894cb16
--- /dev/null
+++ b/common/recipes-graphics/mesa/mesa-demos_8.0.1.bbappend
@@ -0,0 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += "file://egl-mesa-screen-surface-build-fix.patch \
4 file://egl-mesa-screen-surface-query.patch \
5 file://0001-xeglgears-Make-EGL_KHR_image-usage-portable.patch"