summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-07-06 15:22:37 +0200
committerFlorian Müllner <fmuellner@gnome.org>2022-08-01 13:00:10 +0200
commit177175ca6ad29bf24adb15060d99f0a66fb4d70a (patch)
treeda187c2575dc8338d7498cd86e0a451ae8da0965 /meson.build
parent23bd0686e7d990c05a98dccd22e17892ec1f833f (diff)
downloadgnome-shell-177175ca6ad29bf24adb15060d99f0a66fb4d70a.tar.gz
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index bc0f62176..ea13eba17 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'