package/tiff: use 'menuconfig' instead of 'config'+'menu'
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 4 Jul 2016 09:24:33 +0000 (11:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:23:35 +0000 (23:23 +0200)
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>
package/tiff/Config.in

index 7d66dd26c157326f86ecab37450392227c2598f1..6e5c176588e2f5c0fccdc70790bf53a1bd490c91 100644 (file)
@@ -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"