diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-05-28 14:14:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-30 22:25:11 +0100 |
commit | 943f6fdd0bc20060b5e120ad22f80cb8534153fd (patch) | |
tree | 9e95cdfe85f12ed9900539119a4c02f9f894edb6 /meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb | |
parent | 60c1f76f65060cbea458b06f9719a2536f50474e (diff) | |
download | openembedded-core-943f6fdd0bc20060b5e120ad22f80cb8534153fd.tar.gz openembedded-core-943f6fdd0bc20060b5e120ad22f80cb8534153fd.tar.bz2 openembedded-core-943f6fdd0bc20060b5e120ad22f80cb8534153fd.zip |
mesa: Upgrade 10.5.4 -> 10.5.6
Among other things fixes a bug that prevents Weston from starting
on i965.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb b/meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb new file mode 100644 index 0000000000..fc2bca9982 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb @@ -0,0 +1,13 @@ +require mesa_${PV}.bb + +SUMMARY += " (OpenGL only, no EGL/GLES)" + +FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" + +PROVIDES = "virtual/libgl virtual/mesa" + +S = "${WORKDIR}/mesa-${PV}" + +PACKAGECONFIG ??= "dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" + +EXCLUDE_FROM_WORLD = "1" |