summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-22 15:19:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-22 15:23:42 -0400
commitbea4aa31ea020226f0f77adff07b62753c50f975 (patch)
tree77e354c1077354fe5fbc7a988d908dc8c694711d /meson.build
parent6c19a8352ff2d99fdd2d57c634cc753fe6bbf2e2 (diff)
downloadgtk+-bea4aa31ea020226f0f77adff07b62753c50f975.tar.gz
Bump Pango dep
Require Pango 1.49, so we can support new attributes without too much ifdeffery.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 310df265df..c6c69c8504 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project('gtk', 'c',
license: 'LGPL-2.1-or-later')
glib_req = '>= 2.66.0'
-pango_req = '>= 1.47.0' # keep this in sync with .gitlab-ci/test-msys.sh
+pango_req = '>= 1.49.0' # keep this in sync with .gitlab-ci/test-msys.sh
fribidi_req = '>= 0.19.7'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'