Skip to content

Commit

Permalink
Merge pull request python-pillow#326 from radarhere/xcb
Browse files Browse the repository at this point in the history
Updated libXau and xorgproto
  • Loading branch information
mergify[bot] authored Sep 17, 2022
2 parents 91ff8a4 + 129cb11 commit 399d371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ function pre_build {
fi
build_simple xcb-proto 1.14.1 https://xcb.freedesktop.org/dist
if [ -n "$IS_MACOS" ]; then
build_simple xorgproto 2021.4 https://www.x.org/pub/individual/proto
build_simple xorgproto 2022.2 https://www.x.org/pub/individual/proto
cp venv/share/pkgconfig/xproto.pc venv/lib/pkgconfig/xproto.pc
build_simple libXau 1.0.9 https://www.x.org/pub/individual/lib
build_simple libXau 1.0.10 https://www.x.org/pub/individual/lib
build_simple libpthread-stubs 0.4 https://xcb.freedesktop.org/dist
else
sed -i s/\${pc_sysrootdir\}// /usr/local/lib/pkgconfig/xcb-proto.pc
Expand Down

0 comments on commit 399d371

Please sign in to comment.