From 943014074c8874fad8e1f6c8938fff2597be7247 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Oct 2022 07:59:47 -0400 Subject: [PATCH] Bump the GLib requirement We now use GSignalGroup, which was introduced in GLib 2.72. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'