|
@@ -28,7 +28,9 @@ HOST_SDL_PRE_CONFIGURE_HOOKS += SDL_RUN_AUTOGEN
|
|
|
SDL_DEPENDENCIES += host-automake host-autoconf host-libtool
|
|
|
HOST_SDL_DEPENDENCIES += host-automake host-autoconf host-libtool
|
|
|
|
|
|
-SDL_CONF_OPTS += --enable-video-qtopia=no
|
|
|
+SDL_CONF_OPTS += \
|
|
|
+ --enable-video-qtopia=no \
|
|
|
+ --enable-video-directfb=no
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_SDL_FBCON),y)
|
|
|
SDL_CONF_OPTS += --enable-video-fbcon=yes
|
|
@@ -36,14 +38,6 @@ else
|
|
|
SDL_CONF_OPTS += --enable-video-fbcon=no
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_SDL_DIRECTFB),y)
|
|
|
-SDL_DEPENDENCIES += directfb
|
|
|
-SDL_CONF_OPTS += --enable-video-directfb=yes
|
|
|
-SDL_CONF_ENV = ac_cv_path_DIRECTFBCONFIG=$(STAGING_DIR)/usr/bin/directfb-config
|
|
|
-else
|
|
|
-SDL_CONF_OPTS += --enable-video-directfb=no
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_SDL_X11),y)
|
|
|
SDL_CONF_OPTS += --enable-video-x11=yes
|
|
|
SDL_DEPENDENCIES += \
|