Bump the pango dependency

This lets us avoid freetype uses, and simplifies
some other things as well.
This commit is contained in:
Matthias Clasen 2019-11-01 09:09:28 -04:00
parent eca7fa075e
commit 41c52e955d

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.41.0'
pango_req = '>= 1.44.0'
fribidi_req = '>= 0.19.7'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'