[gnome-sound-recorder/bilelmoussaoui/gjs] meson: bump gjs version



commit dc81a2291c8d89ff6f1078661dce52eb80df7c2a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat Jun 6 09:53:46 2020 +0000

    meson: bump gjs version
    
    I have tested to build it with nightly Sdk to 3.28 where it failed due to an outdated meson
    I assume that 1.54.0 is safe enough for now
    
    Fixes #68
    Closes !106

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index e8b9c8b..e74068d 100644
--- a/meson.build
+++ b/meson.build
@@ -31,7 +31,7 @@ sound_recorder_pkgdatadir = sound_recorder_datadir / application_id
 
 sound_recorder_schemadir = sound_recorder_datadir / 'glib-2.0' / 'schemas'
 
-gjs_dep = dependency('gjs-1.0', version: '>= 1.48.0')
+gjs_dep = dependency('gjs-1.0', version: '>= 1.54.0')
 gjs_console = gjs_dep.get_pkgconfig_variable('gjs_console')
 
 # Lets check whether the dependencies exist


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