[gnome-shell] build: Bump gjs requirement



commit 177175ca6ad29bf24adb15060d99f0a66fb4d70a
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jul 6 15:22:37 2022 +0200

    build: Bump gjs requirement
    
    gjs already has some nice improvements lined up for the upcoming
    release, most prominently promised-based D-Bus wrappers.
    
    Bump the requirement to start using those.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2371>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index bc0f62176f..ea13eba17e 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@ eds_req = '>= 3.33.1'
 gcr_req = '>= 3.7.5'
 gio_req = '>= 2.56.0'
 gi_req = '>= 1.49.1'
-gjs_req = '>= 1.71.1'
+gjs_req = '>= 1.73.1'
 gtk_req = '>= 3.15.0'
 mutter_req = '>= 43.alpha'
 polkit_req = '>= 0.100'


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