summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-01-03 13:06:28 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-03 13:06:28 -0500
commitf259aa7e7607e7826720d0003f92a378eb2a138b (patch)
treeb8fe23cede9b63756da04e6105abba884c59bafe /meson.build
parent894a0c0ff4560d9fb400b872d3170491786197f3 (diff)
downloadgtk+-f259aa7e7607e7826720d0003f92a378eb2a138b.tar.gz
Bump the pango requirement
We want to use the new font variation api in pango 1.41.
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 29d041599e..64c73e4a01 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.37.3'
+pango_req = '>= 1.41.0'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'