|
@@ -58,16 +58,11 @@ else
|
|
PYTHON_PILLOW_BUILD_OPTS += -Ctiff=disable
|
|
PYTHON_PILLOW_BUILD_OPTS += -Ctiff=disable
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_WEBP),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_WEBP)$(BR2_PACKAGE_WEBP_DEMUX)$(BR2_PACKAGE_WEBP_MUX),yyy)
|
|
PYTHON_PILLOW_DEPENDENCIES += webp
|
|
PYTHON_PILLOW_DEPENDENCIES += webp
|
|
PYTHON_PILLOW_BUILD_OPTS += -Cwebp=enable
|
|
PYTHON_PILLOW_BUILD_OPTS += -Cwebp=enable
|
|
-ifeq ($(BR2_PACKAGE_WEBP_DEMUX)$(BR2_PACKAGE_WEBP_MUX),yy)
|
|
|
|
-PYTHON_PILLOW_BUILD_OPTS += -Cwebpmux=enable
|
|
|
|
else
|
|
else
|
|
-PYTHON_PILLOW_BUILD_OPTS += -Cwebpmux=disable
|
|
|
|
-endif
|
|
|
|
-else
|
|
|
|
-PYTHON_PILLOW_BUILD_OPTS += -Cwebp=disable -Cwebpmux=disable
|
|
|
|
|
|
+PYTHON_PILLOW_BUILD_OPTS += -Cwebp=disable
|
|
endif
|
|
endif
|
|
|
|
|
|
$(eval $(python-package))
|
|
$(eval $(python-package))
|