summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-06-13 01:20:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-14 12:44:36 +0100
commitf6189cdd58bc15b7646bb0d6fcb4cd72acf769d3 (patch)
tree5db67207e35824d61932edd36d88a8ff7d2f46ee /meta/recipes-graphics/mesa/mesa_git.bb
parentf7db60ed00469075fdbb2b827f092bb50cae091d (diff)
downloadpoky-f6189cdd58bc15b7646bb0d6fcb4cd72acf769d3.tar.gz
mesa: introduce gallium-llvmpipe PACKAGECONFIG
(From OE-Core rev: d9f840725f3ea67fbd28d0903c99b729df5b1377) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa_git.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa_git.bb b/meta/recipes-graphics/mesa/mesa_git.bb
index ef0bec407f..5e252affa1 100644
--- a/meta/recipes-graphics/mesa/mesa_git.bb
+++ b/meta/recipes-graphics/mesa/mesa_git.bb
@@ -10,6 +10,8 @@ PV = "9.1.3+git${SRCPV}"
10SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \ 10SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git \
11 file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \ 11 file://EGL-Mutate-NativeDisplayType-depending-on-config.patch \
12 file://fix-glsl-cross.patch \ 12 file://fix-glsl-cross.patch \
13 file://0001-configure-Avoid-use-of-AC_CHECK_FILE-for-cross-compi.patch \
14 file://0001-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch \
13 " 15 "
14 16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"