From 83862d04a0ccd9f27bbb48627406f814ce05b616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 3 Apr 2020 04:04:34 +0200 Subject: [PATCH] build: Bump gjs requirement We require gjs!410 for commit 764527. There has been a gjs release with that change now, so bump the requirement accordingly. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2559 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a527bc26a..230df9f11 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ eds_req = '>= 3.17.2' gcr_req = '>= 3.7.5' gio_req = '>= 2.56.0' gi_req = '>= 1.49.1' -gjs_req = '>= 1.63.2' +gjs_req = '>= 1.65.1' gtk_req = '>= 3.15.0' mutter_req = '>= 3.36.0' polkit_req = '>= 0.100'