|
@@ -33,6 +33,13 @@ ifneq ($(BR2_PACKAGE_TIFF_CCITT),y)
|
|
TIFF_CONF_OPTS += --disable-ccitt
|
|
TIFF_CONF_OPTS += --disable-ccitt
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_TIFF_LIBDEFLATE),y)
|
|
|
|
+TIFF_CONF_OPTS += --enable-libdeflate
|
|
|
|
+TIFF_DEPENDENCIES += libdeflate
|
|
|
|
+else
|
|
|
|
+TIFF_CONF_OPTS += --disable-libdeflate
|
|
|
|
+endif
|
|
|
|
+
|
|
ifneq ($(BR2_PACKAGE_TIFF_PACKBITS),y)
|
|
ifneq ($(BR2_PACKAGE_TIFF_PACKBITS),y)
|
|
TIFF_CONF_OPTS += --disable-packbits
|
|
TIFF_CONF_OPTS += --disable-packbits
|
|
endif
|
|
endif
|