summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-06-01 12:29:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-03 23:46:07 +0100
commit25bd6c19ce7031d62b973d306a23f5c55bc3ad5d (patch)
tree9b8e0bc985db8bdb42a6bf9936cbeac23180613d /meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb
parent6ef29897a86f3376ef9a0a7f74a4b13b97ce2144 (diff)
downloadpoky-25bd6c19ce7031d62b973d306a23f5c55bc3ad5d.tar.gz
mesa: upgrade to 17.1.1
* Costmetic changes in license.html file required new MD5 hash * Add PACKAGECONFIG option for libunwind support (new feature, disable by default) * Rebased 0001-Use-wayland-scanner-in-the-path.patch * Added zlib in DEPENDS, otherwise mesa no longer builds. * Added 0001-util-rand_xor-add-missing-include-statements.patch, sent upstream (From OE-Core rev: fa08267f1399904fed079277bc86ac1aa26c06dc) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb b/meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb
new file mode 100644
index 0000000000..e3604f30bb
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.1.1.bb
@@ -0,0 +1,13 @@
1require mesa_${PV}.bb
2
3SUMMARY += " (OpenGL only, no EGL/GLES)"
4
5FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
6
7PROVIDES = "virtual/libgl virtual/mesa"
8
9S = "${WORKDIR}/mesa-${PV}"
10
11PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
12
13EXCLUDE_FROM_WORLD = "1"