From: Emmanuele Bassi Date: Thu, 12 Jan 2023 17:55:47 +0000 (+0000) Subject: Add gobject-introspection as a subproject X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~70^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=474872563f23254fe5a2a37af9eb50a3a4dc5d8f;p=gtk4.git Add gobject-introspection as a subproject We pin GLib, so we must also pin g-i to the same version, otherwise we'll get weird mismatches during development. --- diff --git a/subprojects/gobject-introspection.wrap b/subprojects/gobject-introspection.wrap new file mode 100644 index 0000000000..e00b3e0a81 --- /dev/null +++ b/subprojects/gobject-introspection.wrap @@ -0,0 +1,10 @@ +[wrap-git] +directory = gobject-introspection +url = https://gitlab.gnome.org/GNOME/gobject-introspection.git +push-url = ssh://git@ssh.gitlab.gnome.org:GNOME/gobject-introspection.git +revision = 1.74.0 +depth = 1 + +[provide] +dependency_names = gobject-introspection-1.0, gobject-introspection-no-export-1.0 +program_names = g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool, g-ir-generate, g-ir-inspect, g-ir-scanner