Bump the pango requirement

We want to use the new font variation api in pango 1.41.
This commit is contained in:
Matthias Clasen
2018-01-03 13:06:28 -05:00
parent 894a0c0ff4
commit f259aa7e76

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.37.3'
pango_req = '>= 1.41.0'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'