[geocode-glib] build: Depend on json-glib 0.16.2



commit 8488e337a85ef01563ca078a073ffc98724e5f8d
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Sep 23 15:18:55 2013 +0200

    build: Depend on json-glib 0.16.2
    
    Even though we don't need any new symbols from json-glib > 0.14, bump
    the required version to 0.16.2 to make sure we are building against the
    version of json-glib that's built with the -Bsymbolic linker flag.
    
    Fixes a possible crash in gnome-settings-daemon.
    
    http://blogs.gnome.org/ebassi/2013/09/16/do-not-link-against-pulseaudio-and-json-glib-0-16/

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f4db32a..f1a1952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_CHECK_LIB([m],[atan2])
 dnl Requires for the library
 PKG_CHECK_MODULES(GEOCODE,
                  gio-2.0 >= 2.34
-                 json-glib-1.0 >= 0.14
+                 json-glib-1.0 >= 0.16.2
                  libsoup-2.4)
 
 GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`


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