summaryrefslogtreecommitdiffstats
path: root/package/webp/webp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/webp/webp.mk')
-rw-r--r--package/webp/webp.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/webp/webp.mk b/package/webp/webp.mk
index 821302777e..2f3a78c1cc 100644
--- a/package/webp/webp.mk
+++ b/package/webp/webp.mk
@@ -23,6 +23,12 @@ else
WEBP_CONF_OPTS += --disable-libwebpdemux
endif
+ifeq ($(BR2_PACKAGE_WEBP_MUX),y)
+WEBP_CONF_OPTS += --enable-libwebpmux
+else
+WEBP_CONF_OPTS += --disable-libwebpmux
+endif
+
ifeq ($(BR2_PACKAGE_LIBPNG),y)
WEBP_DEPENDENCIES += libpng
WEBP_CONF_ENV += ac_cv_path_LIBPNG_CONFIG=$(STAGING_DIR)/usr/bin/libpng-config
OpenPOWER on IntegriCloud