From 4d0341052a825f028c08b3637e92432dc2f40f6f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 24 Jun 2022 17:11:47 +0100 Subject: [PATCH] CI: Install cross pkg-config on openSUSE Signed-off-by: Simon McVittie --- tools/ci-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci-install.sh b/tools/ci-install.sh index c2d697da4..ee9d3499e 100755 --- a/tools/ci-install.sh +++ b/tools/ci-install.sh @@ -276,6 +276,7 @@ case "$ci_distro" in packages=( "${packages[@]}" mingw${bits}-cross-gcc-c++ + mingw${bits}-cross-pkgconf mingw${bits}-libexpat-devel mingw${bits}-glib2-devel mingw${bits}-cross-meson -- 2.47.3