Merge branch 'matthiasc/for-main' into 'main'

Bump the GLib requirement

See merge request GNOME/gtk!5158
This commit is contained in:
Matthias Clasen 2022-10-21 16:26:57 +00:00
commit 81de43eba5

View 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'