Bump the pango dep

Require pango 1.52, and drop the fallback code.

Fixes: #6554
This commit is contained in:
Matthias Clasen
2024-04-04 00:56:24 +02:00
parent a508860d1f
commit 23a336df0e
2 changed files with 1 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ project('gtk', 'c',
# keep these numbers in sync with wrap files where there exist
glib_req = '>= 2.76.0'
introspection_req = '>= 1.76.0' # keep this in sync with glib
pango_req = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh
pango_req = '>= 1.52.0' # keep this in sync with .gitlab-ci/test-msys.sh
harfbuzz_req = '>= 2.6.0'
fribidi_req = '>= 1.0.6'
cairo_req = '>= 1.14.0'