From 413b348e654178546d9616052d4590cc58a594e2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 16 Sep 2022 21:36:36 +1000 Subject: [PATCH 1/2] Updated libXau to 1.0.10 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 9084dd8f2fa..1b12ac5d000 100644 --- a/config.sh +++ b/config.sh @@ -76,7 +76,7 @@ function pre_build { if [ -n "$IS_MACOS" ]; then build_simple xorgproto 2021.4 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 From 129cb11f52418a8689a42f1fdc46902b8f894f29 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 16 Sep 2022 21:33:48 +1000 Subject: [PATCH 2/2] Updated xorgproto to 2022.2 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 1b12ac5d000..9ac74457ade 100644 --- a/config.sh +++ b/config.sh @@ -74,7 +74,7 @@ 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.10 https://www.x.org/pub/individual/lib build_simple libpthread-stubs 0.4 https://xcb.freedesktop.org/dist