diff options
author | Jonas Dreßler <verdre@v0yd.nl> | 2020-11-22 14:42:35 +0100 |
---|---|---|
committer | Jonas Dreßler <verdre@v0yd.nl> | 2020-11-22 14:57:02 +0100 |
commit | aedbe037e49a027367ae4a60a518f60c79fcf279 (patch) | |
tree | 9354248a198807541db3f4077dff1a985750bf96 /meson.build | |
parent | 78f43baa93f1d503ca7717f5d881b27bcbf45a70 (diff) | |
download | mutter-aedbe037e49a027367ae4a60a518f60c79fcf279.tar.gz |
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>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 07b2d0066..a969667bf 100644 --- a/meson.build +++ b/meson.build @@ -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' |