Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 0b1c4dc

Browse files
committed
Removed libxdmcp
1 parent d51893c commit 0b1c4dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11

22
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
33
# webp, zstd, xz, libtiff, libxcb cause a conflict with building webp, libtiff, libxcb
4+
# libxdmcp causes an issue on macOS < 11
45
# curl from brew requires zstd, use system curl
56
# if php is installed, brew tries to reinstall these after installing openblas
67
# remove lcms2 to fix building openjpeg on arm64
78
# remove xmlto to skip building giflib docs
8-
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto ghostscript
9+
brew remove --ignore-dependencies webp zstd xz libtiff libxcb libxdmcp curl php lcms2 xmlto ghostscript
910

1011
if [[ "$PLAT" == "arm64" ]]; then
1112
export MACOSX_DEPLOYMENT_TARGET="11.0"

0 commit comments

Comments
 (0)