summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 46b72be0..eafd1c3f 100644
--- a/meson.build
+++ b/meson.build
@@ -104,7 +104,7 @@ install_pkgconfigdir = install_libdir / 'pkgconfig'
# Dependencies when using the <pkg>mm library.
sigcxx_req = '>= 3.0.0'
-glib_req = '>= 2.71.2'
+glib_req = '>= 2.73.2'
# There are pkg-config files for sigc++ and glib on MSVC, so just use that.
sigcxx_dep = dependency('sigc++-3.0', version: sigcxx_req)