aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_10.4.3.bb
diff options
context:
space:
mode:
authorPengyu Ma <pengyu.ma@windriver.com>2015-02-03 10:11:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-07 18:52:44 +0000
commitba079975fa984f53fde5b4e8131d0f3877323e6c (patch)
treeec3abed7273d2d2857fff72e7f64458591b4fcc4 /meta/recipes-graphics/mesa/mesa-gl_10.4.3.bb
parent0aa1221c16e65b3daac4aa9a9cfe1d5e9e6106c0 (diff)
downloadopenembedded-core-contrib-ba079975fa984f53fde5b4e8131d0f3877323e6c.tar.gz
mesa: Upgrade to 10.4.3
flags for EGL and GBM Gallium had been removed in 10.4, so remove these flags, files or packages. Signed-off-by: Pengyu Ma <pengyu.ma@windriver.com> Tested-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_10.4.3.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_10.4.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_10.4.3.bb b/meta/recipes-graphics/mesa/mesa-gl_10.4.3.bb
new file mode 100644
index 0000000000..2acc21dce5
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_10.4.3.bb
@@ -0,0 +1,11 @@
+require mesa_${PV}.bb
+
+SUMMARY += " (OpenGL only, no EGL/GLES)"
+
+FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
+
+PROVIDES = "virtual/libgl virtual/mesa"
+
+PACKAGECONFIG ??= "dri ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
+
+EXCLUDE_FROM_WORLD = "1"