This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44ARCHIVE_SDIR=pillow-depends-main
55
66# Package versions for fresh source builds
7+ if [[ -n " $IS_MACOS " ]] && [[ $MACOSX_DEPLOYMENT_TARGET == " 10.10" ]]; then
8+ LIBXAU_VERSION=1.0.10
9+ else
10+ LIBXAU_VERSION=1.0.11
11+ fi
712FREETYPE_VERSION=2.12.1
813HARFBUZZ_VERSION=6.0.0
914LIBPNG_VERSION=1.6.39
@@ -70,7 +75,7 @@ function pre_build {
7075 build_simple xcb-proto 1.15.2 https://xcb.freedesktop.org/dist
7176 if [ -n " $IS_MACOS " ]; then
7277 build_simple xorgproto 2022.2 https://www.x.org/pub/individual/proto
73- build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib
78+ build_simple libXau $LIBXAU_VERSION https://www.x.org/pub/individual/lib
7479 build_simple libpthread-stubs 0.4 https://xcb.freedesktop.org/dist
7580 cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc
7681 else
You can’t perform that action at this time.
0 commit comments