[gtksourceview: 1/5] Bump glib dependency to 2.66




commit 9a73a44bed8bc6e164e29eee495830af8a7ea02d
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Tue Mar 9 09:07:28 2021 -0500

    Bump glib dependency to 2.66
    
    This is the version required by gtk4. This fix meson error on distro
    like Ubuntu 20.04 LTS that has glib 2.64 but not gtk4, so the
    configuration of gtk4 subproject fails because of too old glib version
    found and it cannot fallback to glib subproject any more because
    gtksourceview is using the system dependency already.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b9976b5c..8e42229c 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.62'
+glib_req_version = '2.66'
 gtk_req_version = '3.99'
 
 libm_dep = cc.find_library('m', required: false)


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