mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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"
|
bool "gd"
|
||||||
help
|
help
|
||||||
GD is a graphics library. It allows your code to quickly
|
GD is a graphics library. It allows your code to quickly
|
||||||
@ -12,8 +12,6 @@ config BR2_PACKAGE_GD
|
|||||||
|
|
||||||
if BR2_PACKAGE_GD
|
if BR2_PACKAGE_GD
|
||||||
|
|
||||||
menu "gd tools"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GD_ANNOTATE
|
config BR2_PACKAGE_GD_ANNOTATE
|
||||||
bool "annotate"
|
bool "annotate"
|
||||||
|
|
||||||
@ -57,6 +55,4 @@ config BR2_PACKAGE_GD_WEBPNG
|
|||||||
bool "webpng"
|
bool "webpng"
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
|
|
||||||
endmenu
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user