[sysprof/tintou/glib-2-62] Require GLib 2.62



commit 93355ce3fc3bd7da65553db172ee3f6c7863b9ad
Author: Corentin Noël <corentin noel collabora com>
Date:   Tue Sep 3 15:45:05 2019 +0200

    Require GLib 2.62
    
    g_date_time_format_iso8601 was introduced in this version.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 395e36d..b3744aa 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@ version_split = meson.project_version().split('.')
 datadir = get_option('datadir')
 podir = join_paths(meson.source_root(), 'po')
 
-glib_req_version = '>= 2.50'
+glib_req_version = '>= 2.62'
 gtk_req_version = '>= 3.22'
 polkit_req_version = '>= 0.105'
 dazzle_req_version = '>= 3.30.0'


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