[gtk/ebassi/final-types: 1/3] Require GLib 2.70




commit 33085457a773c144a4d9e0885becc961cac36619
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed Mar 16 14:10:40 2022 +0000

    Require GLib 2.70
    
    We are going to use G_DEFINE_FINAL_TYPE and friends.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8076d3eb41..18ddcae4f1 100644
--- a/meson.build
+++ b/meson.build
@@ -10,7 +10,7 @@ project('gtk', 'c',
         meson_version : '>= 0.59',
         license: 'LGPL-2.1-or-later')
 
-glib_req           = '>= 2.66.0'
+glib_req           = '>= 2.70.0'
 pango_req          = '>= 1.50.0' # keep this in sync with .gitlab-ci/test-msys.sh
 fribidi_req        = '>= 0.19.7'
 cairo_req          = '>= 1.14.0'


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