summaryrefslogtreecommitdiff
path: root/package/mesa3d
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-11-01 20:24:51 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-02 17:27:31 +0100
commit2c8da7d3c669e7df62b08490588484b253095529 (patch)
tree687da1f7d52e8c4e31cb3536e969fd389499dcef /package/mesa3d
parentc2a7769d84c6d671d00d15a029811e94d6868b1f (diff)
package/{mesa3d, mesa3d-headers}: bump version to 13.0.0
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>
Diffstat (limited to 'package/mesa3d')
-rw-r--r--package/mesa3d/mesa3d.hash4
-rw-r--r--package/mesa3d/mesa3d.mk9
2 files changed, 3 insertions, 10 deletions
diff --git a/package/mesa3d/mesa3d.hash b/package/mesa3d/mesa3d.hash
index 09923fdff..7dbe1ac8f 100644
--- a/package/mesa3d/mesa3d.hash
+++ b/package/mesa3d/mesa3d.hash
@@ -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
diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
index 1aa82d860..e17db5c6f 100644
--- a/package/mesa3d/mesa3d.mk
+++ b/package/mesa3d/mesa3d.mk
@@ -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 \