Commit bb7593df authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent a2a22b82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ ifeq ($(BR2_PACKAGE_SDL_DIRECTFB),y)
SDL_DEPENDENCIES += directfb
SDL_CONF_OPT+=--enable-video-directfb=yes
else
SDL_DIRECTFB=--enable-video-directfb=no
SDL_CONF_OPT=--enable-video-directfb=no
endif

ifeq ($(BR2_PACKAGE_SDL_QTOPIA),y)