Skip to content

Commit 40fceed

Browse files
committed
brew remove libxau
1 parent 15dc431 commit 40fceed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ untar pillow-depends-main.zip
131131

132132
if [[ -n "$IS_MACOS" ]]; then
133133
# webp, libtiff, libxcb cause a conflict with building webp, libtiff, libxcb
134-
# libxdmcp causes an issue on macOS < 11
134+
# libxau and libxdmcp cause an issue on macOS < 11
135135
# if php is installed, brew tries to reinstall these after installing openblas
136136
# remove cairo to fix building harfbuzz on arm64
137137
# remove lcms2 and libpng to fix building openjpeg on arm64
138138
# remove zstd to avoid inclusion on x86_64
139139
# curl from brew requires zstd, use system curl
140-
brew remove --ignore-dependencies webp libpng libtiff libxcb libxdmcp curl php cairo lcms2 ghostscript zstd
140+
brew remove --ignore-dependencies webp libpng libtiff libxcb libxau libxdmcp curl php cairo lcms2 ghostscript zstd
141141

142142
brew install pkg-config
143143
fi

0 commit comments

Comments
 (0)