package/{mesa3d, mesa3d-headers}: bump version to 13.0.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 1 Nov 2016 19:24:51 +0000 (20:24 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 2 Nov 2016 16:27:31 +0000 (17:27 +0100)
Udev support was removed upstream:
https://cgit.freedesktop.org/mesa/mesa/commit/configure.ac?h=13.0&id=f9f7e44c94f7eee4778768adf7afffba6c0581e7

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mesa3d-headers/mesa3d-headers.mk
package/mesa3d/mesa3d.hash
package/mesa3d/mesa3d.mk

index 3080afe4e6b69be66a16fa2babc24e810f322d97..b3b80ebc8e5a4017b1bc3077ff1f0d3e20a21a1e 100644 (file)
@@ -12,7 +12,7 @@ endif
 
 # Not possible to directly refer to mesa3d variables, because of
 # first/second expansion trickery...
-MESA3D_HEADERS_VERSION = 12.0.3
+MESA3D_HEADERS_VERSION = 13.0.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
index 09923fdffea0e49236b0607236546ec69c8656b0..7dbe1ac8fab7c44c1ff1971219a5ee8ff26c4188 100644 (file)
@@ -1,2 +1,2 @@
-# From https://lists.freedesktop.org/archives/mesa-announce/2016-September/000236.html
-sha256 1dc86dd9b51272eee1fad3df65e18cda2e556ef1bc0b6e07cd750b9757f493b1  mesa-12.0.3.tar.xz
+# From https://lists.freedesktop.org/archives/mesa-announce/2016-November/000264.html
+sha256 94edb4ebff82066a68be79d9c2627f15995e1fe10f67ab3fc63deb842027d727  mesa-13.0.0.tar.xz
index 1aa82d860b058cd7b4000575050680209cd7ba47..e17db5c6f1d10f149587327b04a66860a9e7f7b6 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 # When updating the version, please also update mesa3d-headers
-MESA3D_VERSION = 12.0.3
+MESA3D_VERSION = 13.0.0
 MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
 MESA3D_SITE = ftp://ftp.freedesktop.org/pub/mesa/$(MESA3D_VERSION)
 MESA3D_LICENSE = MIT, SGI, Khronos
@@ -41,13 +41,6 @@ MESA3D_DEPENDENCIES += libsha1
 MESA3D_CONF_OPTS += --with-sha1=libsha1
 endif
 
-ifeq ($(BR2_PACKAGE_HAS_UDEV),y)
-MESA3D_DEPENDENCIES += udev
-MESA3D_CONF_OPTS += --disable-sysfs
-else
-MESA3D_CONF_OPTS += --enable-sysfs
-endif
-
 ifeq ($(BR2_PACKAGE_XORG7),y)
 MESA3D_DEPENDENCIES += \
        xproto_xf86driproto \