summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7cebb52d19..45a86f1ebc 100644
--- a/meson.build
+++ b/meson.build
@@ -696,7 +696,7 @@ endif
introspection_enabled = get_option('introspection')
if introspection_enabled and meson.version().version_compare('>= 0.54.0')
- gi_dep = dependency('gobject-introspection-1.0', required: true,
+ gi_dep = dependency('gobject-introspection-1.0', version: '>= 1.65.1', required: true,
fallback: ['gobject-introspection', 'girepo_dep'],
)
endif