Merge pull request #326 from radarhere/xcb

Updated libXau and xorgproto
This commit is contained in:
mergify[bot] 2022-09-17 11:33:35 +00:00 committed by GitHub
commit 399d371a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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