From 35d6cb293d2ca020d362e68c4d3d9dcddad962cd Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 9 Dec 2022 08:31:06 +1100 Subject: [PATCH] Updated libXau to 1.0.11 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 3e35f9379..473a0f75d 100644 --- a/config.sh +++ b/config.sh @@ -70,7 +70,7 @@ function pre_build { 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 libXau 1.0.10 https://www.x.org/pub/individual/lib + build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib build_simple libpthread-stubs 0.4 https://xcb.freedesktop.org/dist cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc else