|
@@ -72,6 +72,12 @@ GLSLSANDBOX_PLAYER_CONF_OPTS += --enable-ivi
|
|
|
else
|
|
|
GLSLSANDBOX_PLAYER_CONF_OPTS += --disable-ivi
|
|
|
endif
|
|
|
+ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_WL_XDG),y)
|
|
|
+GLSLSANDBOX_PLAYER_DEPENDENCIES += wayland-protocols
|
|
|
+GLSLSANDBOX_PLAYER_CONF_OPTS += --enable-wlxdg
|
|
|
+else
|
|
|
+GLSLSANDBOX_PLAYER_CONF_OPTS += --disable-wlxdg
|
|
|
+endif
|
|
|
else ifeq ($(BR2_PACKAGE_GLSLSANDBOX_PLAYER_X11),y)
|
|
|
GLSLSANDBOX_PLAYER_DEPENDENCIES += xlib_libX11
|
|
|
GLSLSANDBOX_PLAYER_CONF_OPTS += --with-native-gfx=x11
|