summaryrefslogtreecommitdiffstats
path: root/package/lcms2/lcms2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/lcms2/lcms2.mk')
-rw-r--r--package/lcms2/lcms2.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk
index 42b2669657..17981232ad 100644
--- a/package/lcms2/lcms2.mk
+++ b/package/lcms2/lcms2.mk
@@ -13,24 +13,24 @@ LCMS2_INSTALL_STAGING = YES
LCMS2_CONF_OPTS = \
ifeq ($(BR2_PACKAGE_JPEG),y)
- LCMS2_CONF_OPTS += --with-jpeg
- LCMS2_DEPENDENCIES += jpeg
+LCMS2_CONF_OPTS += --with-jpeg
+LCMS2_DEPENDENCIES += jpeg
else
- LCMS2_CONF_OPTS += --without-jpeg
+LCMS2_CONF_OPTS += --without-jpeg
endif
ifeq ($(BR2_PACKAGE_TIFF),y)
- LCMS2_CONF_OPTS += --with-tiff
- LCMS2_DEPENDENCIES += tiff
+LCMS2_CONF_OPTS += --with-tiff
+LCMS2_DEPENDENCIES += tiff
else
- LCMS2_CONF_OPTS += --without-tiff
+LCMS2_CONF_OPTS += --without-tiff
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)
- LCMS2_CONF_OPTS += --with-zlib
- LCMS2_DEPENDENCIES += zlib
+LCMS2_CONF_OPTS += --with-zlib
+LCMS2_DEPENDENCIES += zlib
else
- LCMS2_CONF_OPTS += --without-zlib
+LCMS2_CONF_OPTS += --without-zlib
endif
$(eval $(autotools-package))
OpenPOWER on IntegriCloud