.github: install-prereq.sh: move xproto to meson

Signed-off-by: Chase <chinkle3@illinois.edu>
This commit is contained in:
Chase
2025-11-05 14:12:07 -05:00
committed by Enrico Weigelt
parent a72972274e
commit 644d151173

View File

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