mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
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:
parent
c7fe584f2f
commit
512e9b4046
@ -1,4 +1,4 @@
|
|||||||
config BR2_PACKAGE_SDL_IMAGE
|
menuconfig BR2_PACKAGE_SDL_IMAGE
|
||||||
bool "SDL_image"
|
bool "SDL_image"
|
||||||
depends on BR2_PACKAGE_SDL
|
depends on BR2_PACKAGE_SDL
|
||||||
help
|
help
|
||||||
@ -10,8 +10,6 @@ config BR2_PACKAGE_SDL_IMAGE
|
|||||||
|
|
||||||
if BR2_PACKAGE_SDL_IMAGE
|
if BR2_PACKAGE_SDL_IMAGE
|
||||||
|
|
||||||
menu "SDL_image file format support"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_SDL_IMAGE_BMP
|
config BR2_PACKAGE_SDL_IMAGE_BMP
|
||||||
bool "enable BMP file format support"
|
bool "enable BMP file format support"
|
||||||
default y
|
default y
|
||||||
@ -56,6 +54,4 @@ config BR2_PACKAGE_SDL_IMAGE_XPM
|
|||||||
config BR2_PACKAGE_SDL_IMAGE_XV
|
config BR2_PACKAGE_SDL_IMAGE_XV
|
||||||
bool "enable XV file format support"
|
bool "enable XV file format support"
|
||||||
|
|
||||||
endmenu
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user