|
@@ -5,7 +5,7 @@
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
# When updating the version, please also update mesa3d-headers
|
|
# When updating the version, please also update mesa3d-headers
|
|
-MESA3D_VERSION = 18.3.3
|
|
|
|
|
|
+MESA3D_VERSION = 19.0.0
|
|
MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
|
|
MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
|
|
MESA3D_SITE = https://mesa.freedesktop.org/archive
|
|
MESA3D_SITE = https://mesa.freedesktop.org/archive
|
|
MESA3D_LICENSE = MIT, SGI, Khronos
|
|
MESA3D_LICENSE = MIT, SGI, Khronos
|
|
@@ -28,6 +28,9 @@ MESA3D_DEPENDENCIES = \
|
|
# Disable assembly usage.
|
|
# Disable assembly usage.
|
|
MESA3D_CONF_OPTS = --disable-asm
|
|
MESA3D_CONF_OPTS = --disable-asm
|
|
|
|
|
|
|
|
+# autotools are deprecated in favour of meson, for now force autotools
|
|
|
|
+MESA3D_CONF_OPTS += --enable-autotools
|
|
|
|
+
|
|
# Disable static, otherwise configure will fail with: "Cannot enable both static
|
|
# Disable static, otherwise configure will fail with: "Cannot enable both static
|
|
# and shared."
|
|
# and shared."
|
|
ifeq ($(BR2_SHARED_STATIC_LIBS),y)
|
|
ifeq ($(BR2_SHARED_STATIC_LIBS),y)
|
|
@@ -95,7 +98,7 @@ endif
|
|
# Drivers
|
|
# Drivers
|
|
|
|
|
|
#Gallium Drivers
|
|
#Gallium Drivers
|
|
-MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV) += etnaviv imx
|
|
|
|
|
|
+MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_ETNAVIV) += etnaviv
|
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU) += nouveau
|
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU) += nouveau
|
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600) += r600
|
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600) += r600
|
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI) += radeonsi
|
|
MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI) += radeonsi
|