[gnome-shell] build: Bump gjs requirement



commit 83862d04a0ccd9f27bbb48627406f814ce05b616
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Apr 3 04:04:34 2020 +0200

    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 a527bc26a6..230df9f11c 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'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]