package/sdl_image: use 'menuconfig' instead of 'config'+'menu'

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2016-07-04 11:24:31 +02:00 committed by Thomas Petazzoni
parent c7fe584f2f
commit 512e9b4046

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_SDL_IMAGE
menuconfig BR2_PACKAGE_SDL_IMAGE
bool "SDL_image"
depends on BR2_PACKAGE_SDL
help
@ -10,8 +10,6 @@ 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"
default y
@ -56,6 +54,4 @@ config BR2_PACKAGE_SDL_IMAGE_XPM
config BR2_PACKAGE_SDL_IMAGE_XV
bool "enable XV file format support"
endmenu
endif