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>
-config BR2_PACKAGE_SDL_IMAGE
+menuconfig BR2_PACKAGE_SDL_IMAGE
bool "SDL_image"
depends on BR2_PACKAGE_SDL
help
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
config BR2_PACKAGE_SDL_IMAGE_XV
bool "enable XV file format support"
-endmenu
-
endif