From 8b9ce152943874a9f2e9f7533ef7ccb5d1427331 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 14 Mar 2026 16:28:07 -0700 Subject: [PATCH] CI: update URLs for freetype and font/util in cross-prereqs-build.sh Clone freetype from its new home on freedesktop.org instead of its old home on the GNU savannah Remove extra / from font/util URL path Signed-off-by: Alan Coopersmith Part-of: --- .gitlab-ci/cross-prereqs-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/cross-prereqs-build.sh b/.gitlab-ci/cross-prereqs-build.sh index fb788895b..6c7091d78 100755 --- a/.gitlab-ci/cross-prereqs-build.sh +++ b/.gitlab-ci/cross-prereqs-build.sh @@ -62,8 +62,8 @@ CFLAGS="-fcommon" build 'https://gitlab.freedesktop.org/xorg/lib/libX11.git' 'li build 'https://gitlab.freedesktop.org/xorg/lib/libxkbfile.git' 'libxkbfile-1.1.0' # freetype needs an explicit --build to know it's cross-compiling # disable png as freetype tries to use libpng-config, even when cross-compiling -build 'git://git.savannah.gnu.org/freetype/freetype2.git' 'VER-2-10-1' "--build=$(cc -dumpmachine) --with-png=no" -build 'https://gitlab.freedesktop.org/xorg//font/util.git' 'font-util-1.3.2' +build 'https://gitlab.freedesktop.org/freetype/freetype.git' 'VER-2-10-1' "--build=$(cc -dumpmachine) --with-png=no" +build 'https://gitlab.freedesktop.org/xorg/font/util.git' 'font-util-1.3.2' build 'https://gitlab.freedesktop.org/xorg/lib/libfontenc.git' 'libfontenc-1.1.4' build 'https://gitlab.freedesktop.org/xorg/lib/libXfont.git' 'libXfont2-2.0.3' build 'https://gitlab.freedesktop.org/xorg/lib/libXdmcp.git' 'libXdmcp-1.1.3'