[geocode-glib] build: Require the correct version of json-glib



commit c9d648453f7d68ead18b53e52149a5bb4077eb95
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Apr 21 13:51:21 2011 +0100

    build: Require the correct version of json-glib
    
    So that build fails earlier if it's not new enough.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d2726e5..95c4751 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,7 +54,7 @@ AC_DEFINE_UNQUOTED(LOCALEDIR, "${prefix}/share/locale", [Directory for the local
 dnl Requires for the library
 PKG_CHECK_MODULES(GEOCODE,
 		  gio-2.0
-		  json-glib-1.0
+		  json-glib-1.0 >= 0.13.1
 		  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]