[evolution-ews] Bump glib requirement to 2.62, due to used functions from that version



commit e37dcda0e23f45cca5019505925a04ead3f8e55e
Author: Milan Crha <mcrha redhat com>
Date:   Wed Nov 11 16:19:52 2020 +0100

    Bump glib requirement to 2.62, due to used functions from that version
    
    Related to https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/134

 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d101de85..7ac9d7d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,8 +18,8 @@ set(PROJECT_DISTCONFIGURE_PARAMS
 )
 
 # Keep these two definitions in agreement.
-set(glib_minimum_version 2.46)
-set(glib_encoded_version GLIB_VERSION_2_46)
+set(glib_minimum_version 2.62)
+set(glib_encoded_version GLIB_VERSION_2_62)
 
 # Keep these two definitions in agreement.
 set(gdk_minimum_version 3.10)


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