Require pango 1.44.4

This lets use use the insert-hyphen attribute
unconditionally.
This commit is contained in:
Matthias Clasen
2020-03-21 00:39:17 -04:00
parent 923a245a80
commit 72f06abd13

View File

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