From: Yann E. MORIN Date: Mon, 4 Jul 2016 09:24:33 +0000 (+0200) Subject: package/tiff: use 'menuconfig' instead of 'config'+'menu' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e66ce8a30013ba1c4805f36c3e558bf3ac448dcc;p=buildroot.git package/tiff: use 'menuconfig' instead of 'config'+'menu' Signed-off-by: "Yann E. MORIN" Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- 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"