mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-pillow: add webpmux support
webpmux is an optional dependency since version 2.2.0 andb4735f7829Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [yann.morin.1998@free.fr: move into existing webp conditional block] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commita1f3e99f0e) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
70f869e49f
commit
e1f5ffc326
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user