summaryrefslogtreecommitdiffstats
path: root/package/tiff
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-07-04 11:24:33 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:23:35 +0200
commite66ce8a30013ba1c4805f36c3e558bf3ac448dcc (patch)
treeb8190345d6ad992ad0dc7120fce62bba3ad8dd7d /package/tiff
parent84d8cf9fbe8f83e7bcea289442f36cd2d445aca8 (diff)
downloadbuildroot-e66ce8a30013ba1c4805f36c3e558bf3ac448dcc.tar.gz
buildroot-e66ce8a30013ba1c4805f36c3e558bf3ac448dcc.zip
package/tiff: 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>
Diffstat (limited to 'package/tiff')
-rw-r--r--package/tiff/Config.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/tiff/Config.in b/package/tiff/Config.in
index 7d66dd26c1..6e5c176588 100644
--- a/package/tiff/Config.in
+++ b/package/tiff/Config.in
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_TIFF
+menuconfig BR2_PACKAGE_TIFF
bool "tiff"
help
Library for handling TIFF (Tag Image File Format) images.
@@ -6,7 +6,6 @@ config BR2_PACKAGE_TIFF
http://www.remotesensing.org/libtiff/
if BR2_PACKAGE_TIFF
-menu "tiff Options"
config BR2_PACKAGE_TIFF_CCITT
bool "CCITT Group 3 & 4 support"
@@ -62,7 +61,6 @@ config BR2_PACKAGE_TIFF_OLD_JPEG
config BR2_PACKAGE_TIFF_JBIG
bool "JBIG compression"
default y
-endmenu
config BR2_PACKAGE_TIFF_UTILITIES
bool "tiff utilities"
OpenPOWER on IntegriCloud