Skip to content

Commit

Permalink
python311-wheels: Extend Pillows dependencies webp, tiff, imagequant
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 6, 2025
1 parent 0f93a15 commit 91a7525
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spk/python311-wheels/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ ENV += MYSQLCLIENT_CFLAGS="$(CFLAGS) -I$(STAGING_INSTALL_PREFIX)/include/mysql -
ENV += MYSQLCLIENT_LDFLAGS="$(LDFLAGS)"

# [Pillow]
DEPENDS += cross/freetype cross/libjpeg cross/zlib
DEPENDS += cross/freetype cross/libimagequant cross/libjpeg
DEPENDS += cross/libtiff cross/libwebp cross/zlib
WHEELS_BUILD_ARGS += [Pillow]
WHEELS_BUILD_ARGS += build_ext
WHEELS_BUILD_ARGS += --disable-platform-guessing
WHEELS_BUILD_ARGS += --enable-freetype
WHEELS_BUILD_ARGS += --enable-imagequant
WHEELS_BUILD_ARGS += --enable-jpeg
WHEELS_BUILD_ARGS += --enable-tiff
WHEELS_BUILD_ARGS += --enable-webp
WHEELS_BUILD_ARGS += --enable-zlib

# [pycares]
Expand Down

0 comments on commit 91a7525

Please sign in to comment.