From cc9f38efc089beeadc20eb9c8ae5694c5737dc62 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 30 Aug 2023 22:14:51 +1000 Subject: [PATCH] Updated xorgproto to 2023.2 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 5042e52cb..8dd03d93e 100644 --- a/config.sh +++ b/config.sh @@ -69,7 +69,7 @@ function pre_build { fi build_simple xcb-proto 1.15.2 https://xcb.freedesktop.org/dist if [ -n "$IS_MACOS" ]; then - build_simple xorgproto 2022.2 https://www.x.org/pub/individual/proto + build_simple xorgproto 2023.2 https://www.x.org/pub/individual/proto build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib build_simple libpthread-stubs 0.5 https://xcb.freedesktop.org/dist cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc