aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-12-04 16:53:31 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 18:00:23 +0000
commit7e924e1607d8aad0f8d48f0be01931c468df2019 (patch)
tree5d2f85c7c2900aa3de60b1013446bbbba9e453a6 /meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
parent57b811b61dfbea551e6a4bdd98ec697729f1411b (diff)
downloadopenembedded-core-contrib-7e924e1607d8aad0f8d48f0be01931c468df2019.tar.gz
mesa: Upgrade to 17.2.6 stable release
This upgrades the recipe to 17.2.6 bugfix release. The changes can be seen at: https://www.mesa3d.org/relnotes/17.2.6.html Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb b/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
new file mode 100644
index 0000000000..73267eb4f0
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.2.6.bb
@@ -0,0 +1,9 @@
+require mesa_${PV}.bb
+
+SUMMARY += " (OpenGL only, no EGL/GLES)"
+
+PROVIDES = "virtual/libgl virtual/mesa"
+
+S = "${WORKDIR}/mesa-${PV}"
+
+PACKAGECONFIG ??= "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"