projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7379721
)
package/gd: use 'menuconfig' instead of 'config'+'menu'
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Mon, 4 Jul 2016 09:24:15 +0000
(11:24 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 4 Jul 2016 15:23:07 +0000
(17:23 +0200)
[Peter: drop tools comment]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gd/Config.in
patch
|
blob
|
history
diff --git
a/package/gd/Config.in
b/package/gd/Config.in
index 28b0b0fbe04c96d2e6acb4b651f535a23430bcb6..861cef885c92f837b59f91bd55d16d453b8750f7 100644
(file)
--- a/
package/gd/Config.in
+++ b/
package/gd/Config.in
@@
-1,4
+1,4
@@
-config BR2_PACKAGE_GD
+
menu
config 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