From 943f6fdd0bc20060b5e120ad22f80cb8534153fd Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 28 May 2015 14:14:10 +0300 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb (limited to 'meta/recipes-graphics/mesa/mesa-gl_10.5.6.bb') 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" -- cgit v1.2.3