From 94cdf89269a1d086d5f26cb80b6e8cd46e7a1979 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 28 Sep 2021 18:25:32 +0300 Subject: [PATCH] pillow: add webp support Requested via: https://github.com/openwrt/packages/pull/16732 Signed-off-by: Alexandru Ardelean --- lang/python/pillow/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index a0e438ad3..4b78f09e0 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -28,7 +28,8 @@ define Package/python3-pillow CATEGORY:=Languages TITLE:=The friendly PIL fork URL:=https://python-pillow.org/ - DEPENDS:=+libfreetype +libjpeg +libtiff +zlib +python3 + DEPENDS:=+libfreetype +libjpeg +libtiff +zlib \ + +libwebp +python3 endef define Package/python3-pillow/description @@ -38,11 +39,11 @@ endef PYTHON3_PKG_SETUP_GLOBAL_ARGS += build_ext \ --enable-zlib \ --enable-jpeg \ + --enable-webp \ + --enable-webpmux \ --enable-tiff \ --enable-freetype \ --disable-lcms \ - --disable-webp \ - --disable-webpmux \ --disable-jpeg2000 \ --disable-imagequant \ --disable-platform-guessing