|
@@ -5,7 +5,7 @@
|
|
|
################################################################################
|
|
|
|
|
|
# When updating the version, please also update mesa3d-headers
|
|
|
-MESA3D_VERSION = 18.2.5
|
|
|
+MESA3D_VERSION = 18.2.6
|
|
|
MESA3D_SOURCE = mesa-$(MESA3D_VERSION).tar.xz
|
|
|
MESA3D_SITE = https://mesa.freedesktop.org/archive
|
|
|
MESA3D_LICENSE = MIT, SGI, Khronos
|
|
@@ -66,6 +66,7 @@ MESA3D_DEPENDENCIES += \
|
|
|
xlib_libXdamage \
|
|
|
xlib_libXfixes \
|
|
|
xlib_libXrandr \
|
|
|
+ xlib_libXxf86vm \
|
|
|
xorgproto \
|
|
|
libxcb
|
|
|
MESA3D_CONF_OPTS += --enable-glx --disable-mangling
|
|
@@ -122,9 +123,6 @@ MESA3D_CONF_OPTS += --enable-dri3
|
|
|
else
|
|
|
MESA3D_CONF_OPTS += --disable-dri3
|
|
|
endif
|
|
|
-ifeq ($(BR2_PACKAGE_XLIB_LIBXXF86VM),y)
|
|
|
-MESA3D_DEPENDENCIES += xlib_libXxf86vm
|
|
|
-endif
|
|
|
MESA3D_CONF_OPTS += \
|
|
|
--enable-shared-glapi \
|
|
|
--enable-driglx-direct \
|