meson.build

changeset 41001
73878ef1fccf
parent 41000
cb640ea0f315
child 41005
3eb76681f7d3
--- a/meson.build	Tue Jul 27 02:24:48 2021 -0500
+++ b/meson.build	Thu Jul 29 23:36:13 2021 -0500
@@ -570,7 +570,7 @@
 #######################################################################
 # Check for GPlugin
 #######################################################################
-gplugin_dep = dependency('gplugin', version : '= 0.32.0', required : false)
+gplugin_dep = dependency('gplugin', version : '>=0.32.0,<0.33.0', required : false)
 if gplugin_dep.found()
 	gplugin_docpath = gplugin_dep.get_pkgconfig_variable('prefix') / 'share/gtk-doc/html'
 

mercurial