From aedbe037e49a027367ae4a60a518f60c79fcf279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Sun, 22 Nov 2020 14:42:35 +0100 Subject: [PATCH] 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: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'