aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2015-06-25 14:20:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-27 22:41:59 +0100
commit8c61da2223a113381d57688e540fab2287244cca (patch)
treec00e02a0b9e5f6a8b30fd015746bde188800a531 /meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb
parentac66e7de122b5e6a8771bf17c29de34932665cc1 (diff)
downloadopenembedded-core-contrib-8c61da2223a113381d57688e540fab2287244cca.tar.gz
mesa: Upgrade 10.5.6 -> 10.5.8
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.8.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb b/meta/recipes-graphics/mesa/mesa-gl_10.5.8.bb
new file mode 100644
index 0000000000..fc2bca9982
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_10.5.8.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"