[gnome-shell/wip/fmuellner/bump-gjs: 1/3] build: Bump gjs requirement



commit 7cf11abefcb485f1a9b6a6fd6ffb6a039d093705
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 28 19:35:01 2019 +0100

    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'


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