summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-11-01 09:09:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-11-01 13:01:54 -0400
commit41c52e955dd04d546a7fe3b3cf1cfb0ebabd8713 (patch)
treed942d967e86489adb33138281be76e6d394d2ef9
parenteca7fa075e6ca84a80c0d90a5351f1fcb43387cf (diff)
downloadgtk+-41c52e955dd04d546a7fe3b3cf1cfb0ebabd8713.tar.gz
Bump the pango dependency
This lets us avoid freetype uses, and simplifies some other things as well.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6977fd95fd..dec20736d5 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ else
endif
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req = '>= 1.41.0'
+pango_req = '>= 1.44.0'
fribidi_req = '>= 0.19.7'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'