package/gd: use 'menuconfig' instead of 'config'+'menu'
[Peter: drop tools comment] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
737972178d
commit
97f74bf4f7
@ -1,4 +1,4 @@
|
||||
config BR2_PACKAGE_GD
|
||||
menuconfig BR2_PACKAGE_GD
|
||||
bool "gd"
|
||||
help
|
||||
GD is a graphics library. It allows your code to quickly
|
||||
@ -12,8 +12,6 @@ config BR2_PACKAGE_GD
|
||||
|
||||
if BR2_PACKAGE_GD
|
||||
|
||||
menu "gd tools"
|
||||
|
||||
config BR2_PACKAGE_GD_ANNOTATE
|
||||
bool "annotate"
|
||||
|
||||
@ -57,6 +55,4 @@ config BR2_PACKAGE_GD_WEBPNG
|
||||
bool "webpng"
|
||||
select BR2_PACKAGE_LIBPNG
|
||||
|
||||
endmenu
|
||||
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user