aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_11.2.2.bb
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-05-12 10:20:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-12 11:20:11 +0100
commit112483b52151f0194f247f51d2397f4a1e1a94b7 (patch)
treef77091f95a457523241bdd918fa0371dd3d7fdaf /meta/recipes-graphics/mesa/mesa-gl_11.2.2.bb
parentf5f25a9fc1723e564ba015c3ad101a35af9ee839 (diff)
downloadopenembedded-core-contrib-112483b52151f0194f247f51d2397f4a1e1a94b7.tar.gz
mesa: Upgrade 11.1.1 -> 11.2.2
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_11.2.2.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_11.2.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_11.2.2.bb b/meta/recipes-graphics/mesa/mesa-gl_11.2.2.bb
new file mode 100644
index 0000000000..f06a3e9b58
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_11.2.2.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 ${MESA_CRYPTO} ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
+
+EXCLUDE_FROM_WORLD = "1"