From: Travis Reitter Date: Fri, 11 Nov 2011 18:37:26 +0000 (-0800) Subject: Bump Vala and GObject Introspection requirements. X-Git-Tag: FOLKS_0_6_6~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12586dd87321795e90e9659c9d30b7fc157c3eee;p=platform%2Fupstream%2Ffolks.git 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. --- 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"])