|
@@ -36,7 +36,7 @@ MESA3D_DEPENDENCIES += \
|
|
libxcb
|
|
libxcb
|
|
MESA3D_CONF_OPTS += --enable-glx
|
|
MESA3D_CONF_OPTS += --enable-glx
|
|
# quote from mesa3d configure "Building xa requires at least one non swrast gallium driver."
|
|
# quote from mesa3d configure "Building xa requires at least one non swrast gallium driver."
|
|
-ifneq ($(BR2_PACKAGE_MESA3D_NEEDS_XA),)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_MESA3D_NEEDS_XA),y)
|
|
MESA3D_CONF_OPTS += --enable-xa
|
|
MESA3D_CONF_OPTS += --enable-xa
|
|
else
|
|
else
|
|
MESA3D_CONF_OPTS += --disable-xa
|
|
MESA3D_CONF_OPTS += --disable-xa
|