Bump buildroot to 2019.02
This commit is contained in:
@@ -17,10 +17,6 @@ config BR2_PACKAGE_SDL_DIRECTFB
|
||||
bool "SDL DirectFB video driver"
|
||||
depends on BR2_PACKAGE_DIRECTFB
|
||||
|
||||
config BR2_PACKAGE_SDL_QTOPIA
|
||||
bool "SDL Qtopia video driver"
|
||||
depends on BR2_PACKAGE_QT
|
||||
|
||||
config BR2_PACKAGE_SDL_X11
|
||||
bool "SDL X11 video driver"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
|
||||
@@ -23,6 +23,8 @@ HOST_SDL_PRE_CONFIGURE_HOOKS += SDL_RUN_AUTOGEN
|
||||
SDL_DEPENDENCIES += host-automake host-autoconf host-libtool
|
||||
HOST_SDL_DEPENDENCIES += host-automake host-autoconf host-libtool
|
||||
|
||||
SDL_CONF_OPTS += --enable-video-qtopia=no
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SDL_FBCON),y)
|
||||
SDL_CONF_OPTS += --enable-video-fbcon=yes
|
||||
else
|
||||
@@ -37,13 +39,6 @@ else
|
||||
SDL_CONF_OPTS += --enable-video-directfb=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SDL_QTOPIA),y)
|
||||
SDL_CONF_OPTS += --enable-video-qtopia=yes
|
||||
SDL_DEPENDENCIES += qt
|
||||
else
|
||||
SDL_CONF_OPTS += --enable-video-qtopia=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SDL_X11),y)
|
||||
SDL_CONF_OPTS += --enable-video-x11=yes
|
||||
SDL_DEPENDENCIES += \
|
||||
|
||||
Reference in New Issue
Block a user