summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-07-13 14:31:38 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-07-13 14:31:38 +0100
commit9cae100c8489556fccdddc9dcc9100df9d66acfc (patch)
tree81a13b0496d8bf1895b70f9f6e7955dffb14e6fb
parente85e930317f1c342e54d6e5edc606c7d5f79846a (diff)
downloadgobject-introspection-9cae100c8489556fccdddc9dcc9100df9d66acfc.tar.gz
Always require the latest GLib
GLib 2.58 has long since been released. We should always match GLib's version, since we update the introspection data regularly.
-rw-r--r--meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 95275185..1f132694 100644
--- a/meson.build
+++ b/meson.build
@@ -124,9 +124,7 @@ else
endif
-# FIXME: Always bumped to match our version
-#glib_version = '>=2.@0@.@1@'.format(gi_versions[1], gi_versions[2])
-glib_version = '>= 2.58.0'
+glib_version = '>=2.@0@.@1@'.format(gi_versions[1], gi_versions[2])
glib_dep = dependency('glib-2.0', version : glib_version,
fallback: ['glib', 'libglib_dep'])