Bump the GLib requirement
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2022 11:59:47 +0000 (07:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2022 11:59:47 +0000 (07:59 -0400)
We now use GSignalGroup, which was introduced
in GLib 2.72.

meson.build

index 494c81ac937f0d584f6c332aacd7a37be6318421..fc6b3bb493b46c866dd16f66bc924717f2a0a131 100644 (file)
@@ -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'