summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-9.0.2.inc
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2013-04-16 01:39:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-16 12:06:50 +0100
commit4a1620fcbf49707b66c869b82749439d794385c3 (patch)
tree150c8b3a839e37ad999d378925f24a206d8d28ad /meta/recipes-graphics/mesa/mesa-9.0.2.inc
parentec67f99a0852843a63493ac46ed37b032669c1e7 (diff)
downloadpoky-4a1620fcbf49707b66c869b82749439d794385c3.tar.gz
mesa: don't fail if x11 isn't available
Patches backported from mesa Git and from mesa-dev mailing list. (From OE-Core rev: f704bb42062f2ac15edaad36497a8d2815b8b8b2) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-9.0.2.inc')
-rw-r--r--meta/recipes-graphics/mesa/mesa-9.0.2.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-9.0.2.inc b/meta/recipes-graphics/mesa/mesa-9.0.2.inc
index bed432c924..b88bc42e05 100644
--- a/meta/recipes-graphics/mesa/mesa-9.0.2.inc
+++ b/meta/recipes-graphics/mesa/mesa-9.0.2.inc
@@ -1,6 +1,8 @@
1SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ 1SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
2 file://0002-cross-compile.patch \ 2 file://0002-cross-compile.patch \
3 file://cross-glsl.patch \ 3 file://cross-glsl.patch \
4 file://dont-fail-if-libX11-isnt-installed.patch \
5 file://fix-egl-compilation-without-x11-headers.patch \
4 " 6 "
5 7
6SRC_URI[md5sum] = "dc45d1192203e418163e0017640e1cfc" 8SRC_URI[md5sum] = "dc45d1192203e418163e0017640e1cfc"