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
127FREETYPE_VERSION=2.12.1
138HARFBUZZ_VERSION=6.0.0
149LIBPNG_VERSION=1.6.39
@@ -75,7 +70,7 @@ function pre_build {
7570 build_simple xcb-proto 1.15.2 https://xcb.freedesktop.org/dist
7671 if [ -n " $IS_MACOS " ]; then
7772 build_simple xorgproto 2022.2 https://www.x.org/pub/individual/proto
78- build_simple libXau $LIBXAU_VERSION https://www.x.org/pub/individual/lib
73+ build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib
7974 build_simple libpthread-stubs 0.4 https://xcb.freedesktop.org/dist
8075 cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc
8176 else
You can’t perform that action at this time.
0 commit comments