mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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>
This commit is contained in:
parent
84d8cf9fbe
commit
e66ce8a300
@ -1,4 +1,4 @@
|
|||||||
config BR2_PACKAGE_TIFF
|
menuconfig BR2_PACKAGE_TIFF
|
||||||
bool "tiff"
|
bool "tiff"
|
||||||
help
|
help
|
||||||
Library for handling TIFF (Tag Image File Format) images.
|
Library for handling TIFF (Tag Image File Format) images.
|
||||||
@ -6,7 +6,6 @@ config BR2_PACKAGE_TIFF
|
|||||||
http://www.remotesensing.org/libtiff/
|
http://www.remotesensing.org/libtiff/
|
||||||
|
|
||||||
if BR2_PACKAGE_TIFF
|
if BR2_PACKAGE_TIFF
|
||||||
menu "tiff Options"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_TIFF_CCITT
|
config BR2_PACKAGE_TIFF_CCITT
|
||||||
bool "CCITT Group 3 & 4 support"
|
bool "CCITT Group 3 & 4 support"
|
||||||
@ -62,7 +61,6 @@ config BR2_PACKAGE_TIFF_OLD_JPEG
|
|||||||
config BR2_PACKAGE_TIFF_JBIG
|
config BR2_PACKAGE_TIFF_JBIG
|
||||||
bool "JBIG compression"
|
bool "JBIG compression"
|
||||||
default y
|
default y
|
||||||
endmenu
|
|
||||||
|
|
||||||
config BR2_PACKAGE_TIFF_UTILITIES
|
config BR2_PACKAGE_TIFF_UTILITIES
|
||||||
bool "tiff utilities"
|
bool "tiff utilities"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user