[epiphany] Require GLib 2.67.4



commit 63481fa8ad0d1d8634e818ea684c20c5fb3045b5
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Tue Feb 8 14:42:08 2022 -0600

    Require GLib 2.67.4
    
    This is for g_string_replace()

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ed3cb57ae..7504cce84 100644
--- a/meson.build
+++ b/meson.build
@@ -72,7 +72,7 @@ gsb_api_key = get_option('gsb_api_key')
 conf.set_quoted('GSB_API_KEY', gsb_api_key)
 conf.set10('ENABLE_GSB', gsb_api_key != '')
 
-glib_requirement = '>= 2.67.1'
+glib_requirement = '>= 2.67.4'
 gtk_requirement = '>= 3.24.0'
 nettle_requirement = '>= 3.4'
 webkitgtk_requirement = '>= 2.33.2'


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