[json-glib] build: Depend on GIO
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Depend on GIO
- Date: Mon, 2 Aug 2010 16:15:54 +0000 (UTC)
commit 6d317b129169352111ab16a0df9aee8b9aa5284b
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Mon Aug 2 16:37:32 2010 +0100
build: Depend on GIO
Bump up the dependencies to be able to use GIO.
configure.ac | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 636b554..f26ca1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_define([lt_current], [m4_eval(100 * json_minor_version + json_micro_version -
m4_define([lt_revision], [json_interface_age])
m4_define([lt_age], [m4_eval(json_binary_age - json_interface_age)])
-m4_define([glib_req_version], [2.15])
+m4_define([glib_req_version], [2.20])
AC_PREREQ([2.63])
@@ -66,7 +66,7 @@ AC_SUBST(JSON_LT_LDFLAGS)
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
AC_SUBST(GLIB_PREFIX)
-PKG_CHECK_MODULES(JSON, [gobject-2.0 >= glib_req_version])
+PKG_CHECK_MODULES(JSON, [gobject-2.0 >= glib_req_version gio-2.0])
AC_SUBST(JSON_CFLAGS)
AC_SUBST(JSON_LIBS)
@@ -147,9 +147,9 @@ AC_SUBST([GCOV_CFLAGS])
AC_SUBST([GCOV_LDFLAGS])
AC_MSG_RESULT([$enable_gcov])
-GTK_DOC_CHECK([1.13])
+GTK_DOC_CHECK([1.13], [--flavour no-tmpl])
-GOBJECT_INTROSPECTION_CHECK([0.6.7])
+GOBJECT_INTROSPECTION_CHECK([0.6.14])
AC_CONFIG_FILES([
Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]