summaryrefslogtreecommitdiff
path: root/package/mesa3d-headers
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-06-15 20:31:57 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-21 09:57:46 +0200
commit3adb887e3ff984ec2cce1f424af698374ba2ec30 (patch)
treecdc6efdb21c078a4e88ed62c0983b82f2ea8ca13 /package/mesa3d-headers
parentf5acecf6f864998e23aff252fffd6ec433b41285 (diff)
package/{mesa3d, mesa3d-headers}: bump version to 10.6.0
Mesa3d 10.6 adds optional support for SHA-1: http://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?id=a24bdce46f95cbe9efd3b26f157d1eb36584861f Adding "--without-sha1" will cause this failure during configure: configure: error: Illegal value for --with-sha1: no so I did not add the else-clause when no SHA-1 provider is enabled. [Thomas: simplify else ifeq.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mesa3d-headers')
-rw-r--r--package/mesa3d-headers/mesa3d-headers.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index 09794065e..07340f770 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -12,7 +12,7 @@ endif
# Not possible to directly refer to mesa3d variables, because of
# first/second expansion trickery...
-MESA3D_HEADERS_VERSION = 10.5.7
+MESA3D_HEADERS_VERSION = 10.6.0
MESA3D_HEADERS_SOURCE = mesa-$(MESA3D_HEADERS_VERSION).tar.xz
MESA3D_HEADERS_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_HEADERS_VERSION)
MESA3D_HEADERS_LICENSE = MIT, SGI, Khronos