From 0b1c4dc6148b6b9cbff371992e6ae39884cf1d93 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 12 Jan 2023 20:58:32 +1100 Subject: [PATCH] Removed libxdmcp --- .github/workflows/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 98bbbe472..f00311c13 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -1,11 +1,12 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then # 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 # if php is installed, brew tries to reinstall these after installing openblas # remove lcms2 to fix building openjpeg on arm64 # 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 export MACOSX_DEPLOYMENT_TARGET="11.0"