sdl: remove dga support in no MMU
DGA support use fork. This prevent executables to link with libSDL.so. Fixes: http://sysmic.org/~jezz/results/5e50c243 (package sdl_mixer) http://sysmic.org/~jezz/results/734afef8 (package sdl_net) http://sysmic.org/~jezz/results/e2310eb9 (package sdl_image) http://sysmic.org/~jezz/results/e2cdcc9a (package sdl_sound) Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c85126c6aa
commit
efba6339b5
@ -53,6 +53,10 @@ else
|
||||
SDL_CONF_OPT += --enable-video-x11=no
|
||||
endif
|
||||
|
||||
ifneq ($(BR2_USE_MMU),y)
|
||||
SDL_CONF_OPT += --enable-dga=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_TSLIB),y)
|
||||
SDL_DEPENDENCIES += tslib
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user