From 6fc4cd3c0c9c26c878b5367c43af61767fb442a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 24 Jun 2019 18:54:16 +0200 Subject: [PATCH] build: Bump gsettings-desktop-schemas requirement --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 886481f4d..40a8a8e24 100644 --- a/meson.build +++ b/meson.build @@ -18,7 +18,7 @@ uprof_req = '>= 0.3' pango_req = '>= 1.2.0' cairo_req = '>= 1.10.0' pangocairo_req = '>= 1.20' -gsettings_desktop_schemas_req = '>= 3.31.0' +gsettings_desktop_schemas_req = '>= 3.33.0' json_glib_req = '>= 0.12.0' upower_glib_req = '>= 0.99.0' xcomposite_req = '>= 0.4'