summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-01-12 17:55:47 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2023-01-12 17:56:37 +0000
commit474872563f23254fe5a2a37af9eb50a3a4dc5d8f (patch)
tree65cd6d24f88a075adba27223ed2388d12af7ad4e
parentb92e52bf0e8da5fc9e71dc1608323583b45a0cde (diff)
downloadgtk+-474872563f23254fe5a2a37af9eb50a3a4dc5d8f.tar.gz
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.
-rw-r--r--subprojects/gobject-introspection.wrap10
1 files changed, 10 insertions, 0 deletions
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