summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-21 07:59:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-21 07:59:47 -0400
commit943014074c8874fad8e1f6c8938fff2597be7247 (patch)
tree19209a7c85346e5c631ea3be61240c8ca9ae6d5c /meson.build
parent8374ebe4c48d1fbbf76e57ec35f83d8d8eacba46 (diff)
downloadgtk+-943014074c8874fad8e1f6c8938fff2597be7247.tar.gz
Bump the GLib requirement
We now use GSignalGroup, which was introduced in GLib 2.72.
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 494c81ac93..fc6b3bb493 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ project('gtk', 'c',
meson_version : '>= 0.60.0',
license: 'LGPL-2.1-or-later')
-glib_req = '>= 2.66.0'
+glib_req = '>= 2.72.0'
pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh
harfbuzz_req = '>= 2.6.0'
fribidi_req = '>= 0.19.7'