summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-03-21 00:39:17 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-03-21 00:39:17 -0400
commit72f06abd13e6ca23bee0259107e7c000068cabfc (patch)
treeb28a476c5044b7e3a498b9d3f0056833707977b3 /meson.build
parent923a245a805c5537fc1075ea11c5003e093a197f (diff)
downloadgtk+-72f06abd13e6ca23bee0259107e7c000068cabfc.tar.gz
Require pango 1.44.4
This lets use use the insert-hyphen attribute unconditionally.
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 a16b1074dc..ad4cdd9a64 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.44.0'
+pango_req = '>= 1.44.4'
fribidi_req = '>= 0.19.7'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'