mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
.github: install-prereq.sh: move xproto to meson
Signed-off-by: Chase <chinkle3@illinois.edu>
This commit is contained in:
2
.github/scripts/install-prereq.sh
vendored
2
.github/scripts/install-prereq.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user