mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-pillow: add xcb support
libxcb is an optional dependency since version 7.1.0 and3c39e6fcf6Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commite1e0e275c6) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
0787c26661
commit
70f869e49f
@@ -35,6 +35,13 @@ else
|
||||
PYTHON_PILLOW_BUILD_OPTS += --disable-lcms
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBXCB),y)
|
||||
PYTHON_PILLOW_DEPENDENCIES += libxcb
|
||||
PYTHON_PILLOW_BUILD_OPTS += --enable-xcb
|
||||
else
|
||||
PYTHON_PILLOW_BUILD_OPTS += --disable-xcb
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENJPEG),y)
|
||||
PYTHON_PILLOW_DEPENDENCIES += openjpeg
|
||||
PYTHON_PILLOW_BUILD_OPTS += --enable-jpeg2000
|
||||
|
||||
Reference in New Issue
Block a user