From ac6990ef51bed4bf195ade2d257280a1b4f525ed Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Tue, 21 Jul 2020 12:43:36 +0200 Subject: [PATCH] build: Depend on an up-to-date gsettings-desktop-schemas Update the dependency as we use newer settings there. Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3004 https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1376 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e0801a180..e87071d7f 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ uprof_req = '>= 0.3' pango_req = '>= 1.2.0' cairo_req = '>= 1.10.0' pangocairo_req = '>= 1.20' -gsettings_desktop_schemas_req = '>= 3.33.0' +gsettings_desktop_schemas_req = '>= 3.37.2' json_glib_req = '>= 0.12.0' upower_glib_req = '>= 0.99.0' xcomposite_req = '>= 0.4'