summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-01-25 13:48:47 -0800
committerChristian Hergert <chergert@redhat.com>2023-01-25 13:48:47 -0800
commit78ddac27c92c82e5e08a741fa5a2ecec999385b7 (patch)
tree11e0670a4bd34ab315794f7a04c4368bd87dc4c7
parent4ad863e4d66d79e3fcf694eaac2b567271c68e04 (diff)
downloadlibpeas-78ddac27c92c82e5e08a741fa5a2ecec999385b7.tar.gz
build: bump GLib requirement to 2.44
We've been maintaining something back to 2.38 for quite a while, and it should be more than safe to bump this by now so we get access to interfaces like GListModel.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 8e4e838..91b6e57 100644
--- a/meson.build
+++ b/meson.build
@@ -86,7 +86,7 @@ config_h.set_quoted('GETTEXT_PACKAGE', package_string)
# Dependencies
cc = meson.get_compiler('c')
-glib_req_version = '2.38.0'
+glib_req_version = '2.44.0'
glib_req = '>= @0@'.format(glib_req_version)
introspection_req = '>= 1.39.0'