mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Removed libxdmcp
This commit is contained in:
parent
d51893c238
commit
0b1c4dc614
3
.github/workflows/build.sh
vendored
3
.github/workflows/build.sh
vendored
|
@ -1,11 +1,12 @@
|
||||||
|
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
# webp, zstd, xz, libtiff, libxcb cause a conflict with building webp, libtiff, libxcb
|
# webp, zstd, xz, libtiff, libxcb cause a conflict with building webp, libtiff, libxcb
|
||||||
|
# libxdmcp causes an issue on macOS < 11
|
||||||
# curl from brew requires zstd, use system curl
|
# curl from brew requires zstd, use system curl
|
||||||
# if php is installed, brew tries to reinstall these after installing openblas
|
# if php is installed, brew tries to reinstall these after installing openblas
|
||||||
# remove lcms2 to fix building openjpeg on arm64
|
# remove lcms2 to fix building openjpeg on arm64
|
||||||
# remove xmlto to skip building giflib docs
|
# remove xmlto to skip building giflib docs
|
||||||
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto ghostscript
|
brew remove --ignore-dependencies webp zstd xz libtiff libxcb libxdmcp curl php lcms2 xmlto ghostscript
|
||||||
|
|
||||||
if [[ "$PLAT" == "arm64" ]]; then
|
if [[ "$PLAT" == "arm64" ]]; then
|
||||||
export MACOSX_DEPLOYMENT_TARGET="11.0"
|
export MACOSX_DEPLOYMENT_TARGET="11.0"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user