From 7cf11abefcb485f1a9b6a6fd6ffb6a039d093705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 28 Feb 2019 19:35:01 +0100 Subject: [PATCH] build: Bump gjs requirement While we don't actually require a more recent version at build time, we do need the latest stable version at runtime. There's no strong reason for making that differentiation, so bump the requirement. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1006 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0c31b47cd..8ca68289b 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ gcr_req = '>= 3.7.5' gdesktop_req = '>= 3.7.90' gio_req = '>= 2.56.0' gi_req = '>= 1.49.1' -gjs_req = '>= 1.47.0' +gjs_req = '>= 1.54.0' gtk_req = '>= 3.15.0' json_glib_req = '>= 0.13.2' mutter_req = '>= 3.31.91'