mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
Bump the pango dependency
Require pango 1.45.5, so we can use pango_color_parse_with_alpha.
This commit is contained in:
parent
0d98bab82b
commit
15325fe546
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user