diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2013-04-16 01:39:17 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 11:39:11 +0100 |
commit | f704bb42062f2ac15edaad36497a8d2815b8b8b2 (patch) | |
tree | f24d82108d375ddfc08be86d08ad33629a4781ea /meta/recipes-graphics/mesa/mesa-9.0.2.inc | |
parent | ded738b945b6af6c73a1c5f1b4cd5ad1b6ac06c0 (diff) | |
download | openembedded-core-f704bb42062f2ac15edaad36497a8d2815b8b8b2.tar.gz openembedded-core-f704bb42062f2ac15edaad36497a8d2815b8b8b2.tar.bz2 openembedded-core-f704bb42062f2ac15edaad36497a8d2815b8b8b2.zip |
mesa: don't fail if x11 isn't available
Patches backported from mesa Git and from mesa-dev mailing list.
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.inc | 2 |
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 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ file://0002-cross-compile.patch \ file://cross-glsl.patch \ + file://dont-fail-if-libX11-isnt-installed.patch \ + file://fix-egl-compilation-without-x11-headers.patch \ " SRC_URI[md5sum] = "dc45d1192203e418163e0017640e1cfc" |