[Buildroot] [git commit branch/next] package/python-pillow: add webpmux support
From: Yann E. MORIN <hidden>
Date: 2021-08-03 22:47:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-08-03 22:47:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=a1f3e99f0e518d14a271fcc2f509f99bc032702d branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next webpmux is an optional dependency since version 2.2.0 and https://github.com/python-pillow/Pillow/commit/b4735f7829bb88c99071cd91b208aa6ffd2cba24 Signed-off-by: Fabrice Fontaine <redacted> [yann.morin.1998@free.fr: move into existing webp conditional block] Signed-off-by: Yann E. MORIN <redacted> --- package/python-pillow/python-pillow.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
index ab52f38df1..fd0c6ce862 100644
--- a/package/python-pillow/python-pillow.mk
+++ b/package/python-pillow/python-pillow.mk@@ -59,8 +59,13 @@ endif ifeq ($(BR2_PACKAGE_WEBP),y) PYTHON_PILLOW_DEPENDENCIES += webp PYTHON_PILLOW_BUILD_OPTS += --enable-webp +ifeq ($(BR2_PACKAGE_WEBP_DEMUX)$(BR2_PACKAGE_WEBP_MUX),yy) +PYTHON_PILLOW_BUILD_OPTS += --enable-webpmux else -PYTHON_PILLOW_BUILD_OPTS += --disable-webp +PYTHON_PILLOW_BUILD_OPTS += --disable-webpmux +endif +else +PYTHON_PILLOW_BUILD_OPTS += --disable-webp --disable-webpmux endif define PYTHON_PILLOW_BUILD_CMDS
_______________________________________________ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot