[gnome-settings-daemon] build: Depend on geocode-glib 3.10.0



commit 895bf416ad26c4f8a0c512096c9f93e9cc5a4fb5
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Sep 23 19:32:25 2013 +0200

    build: Depend on geocode-glib 3.10.0
    
    This makes sure to avoid confusion which geocode-glib release we really
    need as the pre-release versions used different numbering.
    
    Also, we need latest 3.10.0 to make sure to pull in json-glib that's
    built with the -Bsymbolic linker flag. This ensures that g-s-d doesn't
    crash when both json-c and json-glib are in the same process.
    
    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 8be22a8..0c1a837 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ POLKIT_REQUIRED_VERSION=0.103
 UPOWER_REQUIRED_VERSION=0.9.11
 IBUS_REQUIRED_VERSION=1.4.99
 GSETTINGS_DESKTOP_SCHEMAS_REQUIRED_VERSION=3.9.91
-GEOCODE_GLIB_REQUIRED_VERSION=0.99.3
+GEOCODE_GLIB_REQUIRED_VERSION=3.10.0
 
 EXTRA_COMPILE_WARNINGS(yes)
 


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