[gimp/nielsdg/script-fu-use-girepository] build: install gobject-introspection with MSYS2 when cross-building…



commit 06b43f2af1b930dc6ce060361ea52b44098eacae
Author: Jehan <jehan girinstud io>
Date:   Wed Mar 23 22:47:04 2022 +0100

    build: install gobject-introspection with MSYS2 when cross-building…
    
    … 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.

 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 bc80248163..a3f07b2257 100644
--- a/build/windows/gitlab-ci/build-deps-crossroad.sh
+++ b/build/windows/gitlab-ci/build-deps-crossroad.sh
@@ -33,6 +33,7 @@ crossroad install appstream-glib              \
                   glib2                       \
                   json-c                      \
                   ghostscript                 \
+                  gobject-introspection       \
                   iso-codes                   \
                   libheif                     \
                   libjxl                      \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]