|
@@ -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 \
|