mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
package/python-pillow: add lcms2 support
lcms2 is an optional dependency since version 2.3.0 and6d9f349140Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit9e21579c13) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
10405de456
commit
0787c26661
@@ -28,6 +28,13 @@ else
|
||||
PYTHON_PILLOW_BUILD_OPTS += --disable-jpeg
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LCMS2),y)
|
||||
PYTHON_PILLOW_DEPENDENCIES += lcms2
|
||||
PYTHON_PILLOW_BUILD_OPTS += --enable-lcms
|
||||
else
|
||||
PYTHON_PILLOW_BUILD_OPTS += --disable-lcms
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENJPEG),y)
|
||||
PYTHON_PILLOW_DEPENDENCIES += openjpeg
|
||||
PYTHON_PILLOW_BUILD_OPTS += --enable-jpeg2000
|
||||
|
||||
Reference in New Issue
Block a user