|
@@ -53,6 +53,10 @@ else
|
|
SDL_CONF_OPT += --enable-video-x11=no
|
|
SDL_CONF_OPT += --enable-video-x11=no
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifneq ($(BR2_USE_MMU),y)
|
|
|
|
+SDL_CONF_OPT += --enable-dga=no
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_TSLIB),y)
|
|
ifeq ($(BR2_PACKAGE_TSLIB),y)
|
|
SDL_DEPENDENCIES += tslib
|
|
SDL_DEPENDENCIES += tslib
|
|
endif
|
|
endif
|