|
@@ -41,7 +41,9 @@ else
|
|
|
GLSLSANDBOX_PLAYER_CONF_OPTS += --disable-install-scripts
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_KMS),y)
|
|
|
+ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_NULL),y)
|
|
|
+GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=nullws
|
|
|
+else ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_KMS),y)
|
|
|
# gbm dependency is not needed, as it is normally packaged with
|
|
|
# libegl/libgles drivers.
|
|
|
GLSLSANDBOX_PLAYER_DEPENDENCIES += libdrm
|