mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
.github: switch dependencies to our new mirrors
Our new automatic mirrors have a special prefix, so we need to fixup the URLs. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
0a18956047
commit
6d41b43829
8
.github/scripts/macos/install-prereq.sh
vendored
8
.github/scripts/macos/install-prereq.sh
vendored
@@ -7,7 +7,7 @@ set -e
|
||||
mkdir -p $X11_BUILD_DIR
|
||||
cd $X11_BUILD_DIR
|
||||
|
||||
build_meson rendercheck https://github.com/X11Libre/rendercheck rendercheck-1.6
|
||||
build_meson libxcvt https://github.com/X11Libre/libxcvt libxcvt-0.1.0
|
||||
build_meson xorgproto https://github.com/X11Libre/xorgproto xorgproto-2024.1
|
||||
build_ac xset https://github.com/X11Libre/xset xset-1.2.5
|
||||
build_meson rendercheck $(fdo_mirror rendercheck) rendercheck-1.6
|
||||
build_meson libxcvt $(fdo_mirror libxcvt) libxcvt-0.1.0
|
||||
build_meson xorgproto $(fdo_mirror xorgproto) xorgproto-2024.1
|
||||
build_ac xset $(fdo_mirror xset) xset-1.2.5
|
||||
|
||||
Reference in New Issue
Block a user