From 88e82d57af002c9b1a4f3b985c4725fc103c279b Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 23 Mar 2022 22:47:04 +0100 Subject: [PATCH] =?UTF-8?q?build:=20install=20gobject-introspection=20with?= =?UTF-8?q?=20MSYS2=20when=20cross-building=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … for Windows. Though it's useless for actually building the GIR files, we still need this package now, for building script-fu with introspection abilities, to generate GIMP and GEGL enums. See the 2 previous commits for more information. --- build/windows/gitlab-ci/build-deps-crossroad.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/windows/gitlab-ci/build-deps-crossroad.sh b/build/windows/gitlab-ci/build-deps-crossroad.sh index 3334093702..4e88be693f 100644 --- a/build/windows/gitlab-ci/build-deps-crossroad.sh +++ b/build/windows/gitlab-ci/build-deps-crossroad.sh @@ -35,6 +35,7 @@ crossroad install appstream-glib \ glib-networking \ json-c \ ghostscript \ + gobject-introspection \ iso-codes \ libheif \ libjxl \