summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-12 15:18:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-12 17:00:51 +0100
commita2804b60bb83d1d0e8054bc47ca2579aaff9e125 (patch)
tree6fd81c105cbbd3832a980f6c1eb8ef5373ebd911 /meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
parent6cb25fe4acfdee4b3f37d02900daf2ec34bfdee0 (diff)
downloadpoky-a2804b60bb83d1d0e8054bc47ca2579aaff9e125.tar.gz
mesa-demos: fix build with non-Mesa GL stacks
These patches from upstream allow mesa-demos to build and run against a non-Mesa GL stack. Thanks to Tom Zanussi for doing this work for EMGD in meta-intel, and Otavio Salvador for confirming it also works for Freescale. [ YOCTO #3469 ] (From OE-Core rev: 60fabb6ea0474b19ad57873b402a608a92c5a5d4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
index 0511734a4a..94db7f75d1 100644
--- a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
+++ b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
@@ -16,7 +16,11 @@ PR = "r4"
16SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \ 16SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \
17 file://dso_linking_change_build_fix.patch \ 17 file://dso_linking_change_build_fix.patch \
18 file://gles2-info.patch \ 18 file://gles2-info.patch \
19 file://glut.patch" 19 file://glut.patch \
20 file://egl-mesa-screen-surface-build-fix.patch \
21 file://egl-mesa-screen-surface-query.patch \
22 file://0001-xeglgears-Make-EGL_KHR_image-usage-portable.patch"
23
20SRC_URI[md5sum] = "320c2a4b6edc6faba35d9cb1e2a30bf4" 24SRC_URI[md5sum] = "320c2a4b6edc6faba35d9cb1e2a30bf4"
21SRC_URI[sha256sum] = "4bc7f2b20d17e3eebfec288f2367a435cd2db71fc5ac9ece2c14827e290d77d1" 25SRC_URI[sha256sum] = "4bc7f2b20d17e3eebfec288f2367a435cd2db71fc5ac9ece2c14827e290d77d1"
22 26