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 a2926675fd..58e1f6fa16 100644
--- a/meson.build
+++ b/meson.build
@@ -619,7 +619,7 @@ endif
#######################################################################
# Check for GPlugin 0.28.2
#######################################################################
-gplugin_dep = dependency('gplugin', version : '>= 0.28.2', required : false)
+gplugin_dep = dependency('gplugin', version : '>= 0.29.0', required : false)
if gplugin_dep.found()
if enable_introspection
gplugin_gir = 'GPlugin-0.0'