summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_17.3.6.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-02-28 09:25:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 17:08:30 +0000
commit11504a13530f483c1955d0f28f92d510885e4cee (patch)
treebaba6b6b054545e7ef6109cc5f35d7275e22ca90 /meta/recipes-graphics/mesa/mesa-gl_17.3.6.bb
parent23d6bd1a3b97db624eac4ad6650a1e4298ade7a2 (diff)
downloadopenembedded-core-contrib-11504a13530f483c1955d0f28f92d510885e4cee.tar.gz
mesa: 17.3.5 -> 17.3.6
Upgrade mesa form 17.3.5 to 17.3.6. Signed-off-by: HuangQiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.3.6.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.3.6.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.3.6.bb b/meta/recipes-graphics/mesa/mesa-gl_17.3.6.bb
new file mode 100644
index 0000000000..73267eb4f0
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.3.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)}"