mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user