Bump Vala and GObject Introspection requirements.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 11 Nov 2011 18:37:26 +0000 (10:37 -0800)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 11 Nov 2011 18:37:28 +0000 (10:37 -0800)
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

index 77672c4..9e6a099 100644 (file)
@@ -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"])