Commit 7c76da18 authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/links: add --with/--without-libtiff

parent 5fcd3f84
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,7 +31,10 @@ ifeq ($(BR2_PACKAGE_JPEG),y)
LINKS_DEPENDENCIES += jpeg
endif
ifeq ($(BR2_PACKAGE_TIFF),y)
LINKS_CONF_OPTS += --with-libtiff
LINKS_DEPENDENCIES += tiff
else
LINKS_CONF_OPTS += --without-libtiff
endif
endif