|
@@ -27,6 +27,7 @@ SDL2_CONF_OPTS += \
|
|
|
--disable-video-dummy \
|
|
|
--disable-video-offscreen \
|
|
|
--disable-video-vulkan \
|
|
|
+ --disable-video-directfb \
|
|
|
--disable-ime \
|
|
|
--disable-ibus \
|
|
|
--disable-fcitx \
|
|
@@ -77,14 +78,6 @@ else
|
|
|
SDL2_CONF_OPTS += --disable-3dnow
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_SDL2_DIRECTFB),y)
|
|
|
-SDL2_DEPENDENCIES += directfb
|
|
|
-SDL2_CONF_OPTS += --enable-video-directfb
|
|
|
-SDL2_CONF_ENV += ac_cv_path_DIRECTFBCONFIG=$(STAGING_DIR)/usr/bin/directfb-config
|
|
|
-else
|
|
|
-SDL2_CONF_OPTS += --disable-video-directfb
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_SDL2_OPENGLES)$(BR2_PACKAGE_RPI_USERLAND),yy)
|
|
|
SDL2_DEPENDENCIES += rpi-userland
|
|
|
SDL2_CONF_OPTS += --enable-video-rpi
|