From 12586dd87321795e90e9659c9d30b7fc157c3eee Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Fri, 11 Nov 2011 10:37:26 -0800 Subject: [PATCH] Bump Vala and GObject Introspection requirements. This bumps them to their first release in their current stable release series. This shrinks the gap between builders' build environments and what our developers build and test with. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 77672c4..9e6a099 100644 --- a/configure.ac +++ b/configure.ac @@ -146,7 +146,7 @@ AM_CONDITIONAL([ENABLE_LIBSOCIALWEB], GLIB_REQUIRED=2.24.0 TP_GLIB_REQUIRED=0.13.1 -VALA_REQUIRED=0.13.4 +VALA_REQUIRED=0.14.0 VALADOC_REQUIRED=0.3.1 TRACKER_SPARQL_MAJOR=0.12 TRACKER_SPARQL_REQUIRED=0.12.0 @@ -273,7 +273,7 @@ if test "x$enable_vala" = "xyes" ; then fi # this will set HAVE_INTROSPECTION -GOBJECT_INTROSPECTION_REQUIRE([0.9.12]) +GOBJECT_INTROSPECTION_REQUIRE([1.30]) AM_CONDITIONAL([HAVE_VALA], [test "x$enable_vala" = "xyes"]) -- 2.7.4