[seahorse/feature/seahorse-pgp-key-api: 5/8] meson: Require glib >= 2.66




commit 9b683955fea826592a403bf74ebdf811c7450461
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Aug 15 13:50:11 2021 +0200

    meson: Require glib >= 2.66
    
    The latest Debian stable is out, which has GLib 2.66. If your
    distribution is running behind, tell them or switch distribution.
    
    This allows us to use GLib API like `GUri` and `g_list_store_find()`.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 0ed0ec26..81f98120 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,7 @@ else
 endif
 
 # Dependencies
-min_glib_version = '2.58'
+min_glib_version = '2.66'
 min_gcr_version = '3.38'
 accepted_gpg_versions = [ '2.2.0', '2.3.0' ]
 gpg_check_version = find_program('build-aux' / 'gpg_check_version.py')


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