[gtk/glib-build-fix] Bump the glib dependency



commit e0d1aac8a57561be565f611d254624a05d65bdd1
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jul 31 13:07:31 2020 -0400

    Bump the glib dependency
    
    Some of the new apis we want to use to avoid
    deprecations were only introduced in 2.65.

 meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index f390956761..ce711e9ba0 100644
--- a/meson.build
+++ b/meson.build
@@ -11,8 +11,8 @@ project('gtk', 'c',
         license: 'LGPLv2.1+')
 
 glib_major_req = 2
-glib_minor_req = 63
-glib_micro_req = 1
+glib_minor_req = 65
+glib_micro_req = 0
 
 if glib_minor_req.is_odd()
   glib_min_required = 'GLIB_VERSION_@0@_@1@'.format(glib_major_req, glib_minor_req - 1)


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