1
0
Fork 0

build: Bump pango version to 1.46.0

We're going to use new APIs from Pango like pango_attr_list_equal(), so
bump the version requirement to 1.46.0.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1050>
This commit is contained in:
Jonas Dreßler 2020-11-22 14:42:35 +01:00
parent 78f43baa93
commit aedbe037e4

View file

@ -19,7 +19,7 @@ graphene_req = '>= 1.10.2'
gtk3_req = '>= 3.19.8'
gdk_pixbuf_req = '>= 2.0'
uprof_req = '>= 0.3'
pango_req = '>= 1.2.0'
pango_req = '>= 1.46.0'
cairo_req = '>= 1.10.0'
pangocairo_req = '>= 1.20'
gsettings_desktop_schemas_req = '>= 3.37.2'