[gtksourceview: 19/21] bump required glib to 2.70 & gobject-introspection to 1.70
- From: Christian Hergert <chergert src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtksourceview: 19/21] bump required glib to 2.70 & gobject-introspection to 1.70
 
- Date: Thu,  2 Dec 2021 00:02:52 +0000 (UTC)
 
commit 39f2e57cceae32fb8417499efa42fbb87aea32a5
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Wed Dec 1 17:32:17 2021 +0100
    bump required glib to 2.70 & gobject-introspection to 1.70
    
    Otherwise the properties getters/setters would requires special annotations
    Those are not needed in a recent enough g-ir-scanner
 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index c2151cfb..4b6e31b6 100644
--- a/meson.build
+++ b/meson.build
@@ -67,7 +67,7 @@ build_gtk_doc = get_option('gtk_doc')
 # Dependencies
 cc = meson.get_compiler('c')
 
-glib_req_version = '2.66'
+glib_req_version = '2.70'
 gtk_req_version = '4.2'
 
 libm_dep = cc.find_library('m', required: false)
@@ -75,7 +75,7 @@ libm_dep = cc.find_library('m', required: false)
 glib_req = '>= @0@'.format(glib_req_version)
 gtk_req = '>= @0@'.format(gtk_req_version)
 libxml_req = '>= 2.6'
-introspection_req  = '>= 1.42.0'
+introspection_req  = '>= 1.70.0'
 gtk_doc_req = '>= 1.25'
 fribidi_req = '>= 0.19.7'
 pcre2_req = '>= 10.21'
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]