Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -1,12 +1,11 @@
config BR2_PACKAGE_TIFF
menuconfig BR2_PACKAGE_TIFF
bool "tiff"
help
Library for handling TIFF (Tag Image File Format) images.
http://www.libtiff.org/
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"

View File

@@ -15,6 +15,14 @@ TIFF_CONF_OPTS = \
TIFF_DEPENDENCIES = host-pkgconf
HOST_TIFF_CONF_OPTS = \
--disable-cxx \
--without-x \
--disable-zlib \
--disable-lzma \
--disable-jpeg
HOST_TIFF_DEPENDENCIES = host-pkgconf
ifneq ($(BR2_PACKAGE_TIFF_CCITT),y)
TIFF_CONF_OPTS += --disable-ccitt
endif
@@ -81,3 +89,4 @@ endif
TIFF_MAKE = $(MAKE) SUBDIRS="$(TIFF_SUBDIRS)"
$(eval $(autotools-package))
$(eval $(host-autotools-package))