|
@@ -112,13 +112,6 @@ else
|
|
SDL2_CONF_OPTS += --disable-video-x11-xcursor
|
|
SDL2_CONF_OPTS += --disable-video-x11-xcursor
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_XLIB_LIBXINERAMA),y)
|
|
|
|
-SDL2_DEPENDENCIES += xlib_libXinerama
|
|
|
|
-SDL2_CONF_OPTS += --enable-video-x11-xinerama
|
|
|
|
-else
|
|
|
|
-SDL2_CONF_OPTS += --disable-video-x11-xinerama
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXI),y)
|
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXI),y)
|
|
SDL2_DEPENDENCIES += xlib_libXi
|
|
SDL2_DEPENDENCIES += xlib_libXi
|
|
SDL2_CONF_OPTS += --enable-video-x11-xinput
|
|
SDL2_CONF_OPTS += --enable-video-x11-xinput
|
|
@@ -140,13 +133,6 @@ else
|
|
SDL2_CONF_OPTS += --disable-video-x11-scrnsaver
|
|
SDL2_CONF_OPTS += --disable-video-x11-scrnsaver
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_XLIB_LIBXXF86VM),y)
|
|
|
|
-SDL2_DEPENDENCIES += xlib_libXxf86vm
|
|
|
|
-SDL2_CONF_OPTS += --enable-video-x11-vm
|
|
|
|
-else
|
|
|
|
-SDL2_CONF_OPTS += --disable-video-x11-vm
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
else
|
|
else
|
|
SDL2_CONF_OPTS += --disable-video-x11 --without-x
|
|
SDL2_CONF_OPTS += --disable-video-x11 --without-x
|
|
endif
|
|
endif
|