From 177175ca6ad29bf24adb15060d99f0a66fb4d70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 6 Jul 2022 15:22:37 +0200 Subject: [PATCH] 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: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'