summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/gd/gd.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/gd/gd.mk b/package/gd/gd.mk
index 868b45e8f3..d7a65128fe 100644
--- a/package/gd/gd.mk
+++ b/package/gd/gd.mk
@@ -52,6 +52,13 @@ else
GD_CONF_OPTS += --without-png
endif
+ifeq ($(BR2_PACKAGE_TIFF),y)
+GD_DEPENDENCIES += tiff
+GD_CONF_OPTS += --with-tiff
+else
+GD_CONF_OPTS += --without-tiff
+endif
+
ifeq ($(BR2_PACKAGE_XLIB_LIBXPM),y)
GD_DEPENDENCIES += xlib_libXpm
GD_CONF_OPTS += --with-xpm
OpenPOWER on IntegriCloud