Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
config BR2_PACKAGE_SDL_IMAGE
|
||||
menuconfig BR2_PACKAGE_SDL_IMAGE
|
||||
bool "SDL_image"
|
||||
depends on BR2_PACKAGE_SDL
|
||||
help
|
||||
@@ -10,52 +10,48 @@ config BR2_PACKAGE_SDL_IMAGE
|
||||
|
||||
if BR2_PACKAGE_SDL_IMAGE
|
||||
|
||||
menu "SDL_image file format support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_BMP
|
||||
bool "enable BMP file format support"
|
||||
bool "BMP support"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_GIF
|
||||
bool "enable GIF file format support"
|
||||
bool "GIF support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_JPEG
|
||||
bool "enable JPEG file format support"
|
||||
bool "JPEG support"
|
||||
select BR2_PACKAGE_JPEG
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_LBM
|
||||
bool "enable LBM file format support"
|
||||
bool "LBM support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_PCX
|
||||
bool "enable PCX file format support"
|
||||
bool "PCX support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_PNG
|
||||
bool "enable PNG file format support"
|
||||
bool "PNG support"
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_PNM
|
||||
bool "enable PNM file format support"
|
||||
bool "PNM support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_TARGA
|
||||
bool "enable TARGA format support"
|
||||
bool "TARGA support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_TIFF
|
||||
bool "enable TIFF file format support"
|
||||
bool "TIFF support"
|
||||
select BR2_PACKAGE_TIFF
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_WEBP
|
||||
bool "enable WEBP file format support"
|
||||
bool "WEBP support"
|
||||
select BR2_PACKAGE_WEBP
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_XCF
|
||||
bool "enable XCF file format support"
|
||||
bool "XCF support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_XPM
|
||||
bool "enable XPM format support"
|
||||
bool "XPM support"
|
||||
|
||||
config BR2_PACKAGE_SDL_IMAGE_XV
|
||||
bool "enable XV file format support"
|
||||
|
||||
endmenu
|
||||
bool "XV support"
|
||||
|
||||
endif
|
||||
|
||||
@@ -28,7 +28,7 @@ SDL_IMAGE_CONF_OPTS = \
|
||||
--enable-webp=$(if $(BR2_PACKAGE_SDL_IMAGE_WEBP),yes,no) \
|
||||
--enable-xcf=$(if $(BR2_PACKAGE_SDL_IMAGE_XCF),yes,no) \
|
||||
--enable-xpm=$(if $(BR2_PACKAGE_SDL_IMAGE_XPM),yes,no) \
|
||||
--enable-xv=$(if $(BR2_PACKAGE_SDL_IMAGE_XV),yes,no) \
|
||||
--enable-xv=$(if $(BR2_PACKAGE_SDL_IMAGE_XV),yes,no)
|
||||
|
||||
SDL_IMAGE_DEPENDENCIES = sdl \
|
||||
$(if $(BR2_PACKAGE_SDL_IMAGE_JPEG),jpeg) \
|
||||
@@ -43,7 +43,7 @@ HOST_SDL_IMAGE_CONF_OPTS = \
|
||||
--disable-static \
|
||||
--disable-jpg-shared \
|
||||
--disable-png-shared \
|
||||
--disable-tif-shared \
|
||||
--disable-tif-shared
|
||||
|
||||
HOST_SDL_IMAGE_DEPENDENCIES = host-libjpeg host-libpng host-sdl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user