mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
sdl: fix build without directfb after autotools conversion
Make sure --enable-video-directfb=no gets passed to configure if directfb isn't enabled, so sdl doesn't try to link with the host version instead (if available). Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a2a22b82fa
commit
bb7593dfdb
@ -20,7 +20,7 @@ ifeq ($(BR2_PACKAGE_SDL_DIRECTFB),y)
|
|||||||
SDL_DEPENDENCIES += directfb
|
SDL_DEPENDENCIES += directfb
|
||||||
SDL_CONF_OPT+=--enable-video-directfb=yes
|
SDL_CONF_OPT+=--enable-video-directfb=yes
|
||||||
else
|
else
|
||||||
SDL_DIRECTFB=--enable-video-directfb=no
|
SDL_CONF_OPT=--enable-video-directfb=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_SDL_QTOPIA),y)
|
ifeq ($(BR2_PACKAGE_SDL_QTOPIA),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user