summaryrefslogtreecommitdiff
path: root/package/links
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-02-20 17:40:09 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-21 14:53:10 +0100
commit7c76da18e9e1b2de56a244b510372674b4b4a88b (patch)
tree74a712ab1359e03b4e84b7cc3d5e67b03dbbfc54 /package/links
parent5fcd3f849666c274c4a2126edc9a73fc08a76df1 (diff)
package/links: add --with/--without-libtiff
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/links')
-rw-r--r--package/links/links.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/links/links.mk b/package/links/links.mk
index 68da9e3ab..43f21d69f 100644
--- a/package/links/links.mk
+++ b/package/links/links.mk
@@ -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