/pidgin/main: df80dbe8e621: Require json-glib 0.14.0 or newer.

Mark Doliner mark at kingant.net
Mon Jan 14 03:17:07 EST 2013


Changeset: df80dbe8e621c212023c05105dc5e65d70d59a2c
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-01-14 00:17 -0800
Branch:	 default
URL: http://hg.pidgin.im/pidgin/main/rev/df80dbe8e621

Description:

Require json-glib 0.14.0 or newer.

Tomasz Wasilczyk suggested this because 0.14 has support for JSONPath.
I'm about to email devel at pidgin.im about whether it's ok to do this
(i.e. do distributions have new enough json-glib).

diffstat:

 configure.ac |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -819,10 +819,10 @@ dnl ####################################
 dnl # Check for JSON-GLib (required)
 dnl #######################################################################
 
-PKG_CHECK_MODULES([JSON], [json-glib-1.0 >= 0.12.0], , [
+PKG_CHECK_MODULES([JSON], [json-glib-1.0 >= 0.14.0], , [
 	AC_MSG_RESULT(no)
 	AC_MSG_ERROR([
-You must have JSON-GLib >= 0.12.0 development headers installed to build.
+You must have JSON-GLib >= 0.14.0 development headers installed to build.
 ])])
 
 AC_SUBST(JSON_CFLAGS)



More information about the Commits mailing list