summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_9.1.6.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-08-09 16:32:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 23:05:59 +0100
commit32a36db2a8e507d02fff6818533432bf87d54f43 (patch)
treebee699e839808cccba90a077d1f38d726b5a2e01 /meta/recipes-graphics/mesa/mesa_9.1.6.bb
parent07fdfd61b354522b561248c4314513433f0ceff3 (diff)
downloadpoky-32a36db2a8e507d02fff6818533432bf87d54f43.tar.gz
mesa: fix and enable out-of-tree builds
One patch (submitted upstream) for when Gallium is enabled, and another (inappropriate for upstream) to fix out-of-tree builds with 0003-EGL-Mutate-NativeDisplayType-depending-on-config. (From OE-Core rev: fbc7092f0ae07538d4363679b1597ba4e556d1a8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_9.1.6.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_9.1.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_9.1.6.bb b/meta/recipes-graphics/mesa/mesa_9.1.6.bb
index d47822f630..b55fa02a7e 100644
--- a/meta/recipes-graphics/mesa/mesa_9.1.6.bb
+++ b/meta/recipes-graphics/mesa/mesa_9.1.6.bb
@@ -6,6 +6,8 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
6 file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \ 6 file://0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch \
7 file://0004-glsl-fix-builtin_compiler-cross-compilation.patch \ 7 file://0004-glsl-fix-builtin_compiler-cross-compilation.patch \
8 file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \ 8 file://0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \
9 file://0005-fix-out-of-tree-builds-gallium.patch \
10 file://0006-fix-out-of-tree-egl.patch \
9 " 11 "
10 12
11SRC_URI[md5sum] = "443a2a352667294b53d56cb1a74114e9" 13SRC_URI[md5sum] = "443a2a352667294b53d56cb1a74114e9"