summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-08-02 23:29:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-08-02 23:30:33 -0400
commit15325fe546d8cdc2c51aa65cc3001c43480f7eb0 (patch)
tree5fb2d3e724402a379682a019b6c264768639eb9b /meson.build
parent0d98bab82bbd1ca86d5db8ba12c0a7ef569f7590 (diff)
downloadgtk+-15325fe546d8cdc2c51aa65cc3001c43480f7eb0.tar.gz
Bump the pango dependency
Require pango 1.45.5, so we can use pango_color_parse_with_alpha.
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 ce711e9ba0..d193835a75 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.45.0'
+pango_req = '>= 1.45.5'
fribidi_req = '>= 0.19.7'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'