[geocode-glib] build: Bump GIO dependency to 2.44



commit 591b0eea2c726cf4a3bf68b9be34564548693e15
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Tue Nov 8 16:34:53 2016 +0000

    build: Bump GIO dependency to 2.44
    
    This will be needed in the following commits so that new features like
    g_set_object() and g_autoptr() can be used. 2.44 was released on
    2015-03-23.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756311

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4097faa..abfc4d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ AC_CHECK_LIB([m],[atan2])
 
 dnl Requires for the library
 PKG_CHECK_MODULES(GEOCODE,
-                 gio-2.0 >= 2.34
+                 gio-2.0 >= 2.44
                  json-glib-1.0 >= 0.99.2
                  libsoup-2.4 >= 2.42)
 


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