From 644d15117322da1121c1ac758f9e423398dca307 Mon Sep 17 00:00:00 2001 From: Chase Date: Wed, 5 Nov 2025 14:12:07 -0500 Subject: [PATCH] .github: install-prereq.sh: move xproto to meson Signed-off-by: Chase --- .github/scripts/install-prereq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/install-prereq.sh b/.github/scripts/install-prereq.sh index 7e997d017f..0347ea1994 100755 --- a/.github/scripts/install-prereq.sh +++ b/.github/scripts/install-prereq.sh @@ -12,7 +12,7 @@ if [ "$X11_OS" = "Linux" ]; then build_meson drm https://github.com/X11Libre/drm libdrm-2.4.121 -Domap=enabled fi build_meson libxcvt https://github.com/X11Libre/libxcvt libxcvt-0.1.0 -build_ac xorgproto https://github.com/X11Libre/xorgproto xorgproto-2024.1 +build_meson xorgproto https://github.com/X11Libre/xorgproto xorgproto-2024.1 if [ "$X11_OS" = "Darwin" ]; then build_ac xset https://github.com/X11Libre/xset xset-1.2.5 fi