summaryrefslogtreecommitdiff
path: root/package/gd
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-07-04 11:24:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-04 17:23:07 +0200
commit97f74bf4f728819cfd630c4e425d2117148831e0 (patch)
treeb7bff229d497eef671262f3434480c051473bd77 /package/gd
parent737972178d46a92b4de4eea5289230c5f98941b3 (diff)
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>
Diffstat (limited to 'package/gd')
-rw-r--r--package/gd/Config.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/gd/Config.in b/package/gd/Config.in
index 28b0b0fbe..861cef885 100644
--- a/package/gd/Config.in
+++ b/package/gd/Config.in
@@ -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