From: Matthias Clasen Date: Fri, 21 Oct 2022 11:59:47 +0000 (-0400) Subject: Bump the GLib requirement X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~144^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=943014074c8874fad8e1f6c8938fff2597be7247;p=gtk4.git Bump the GLib requirement We now use GSignalGroup, which was introduced in GLib 2.72. --- 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'