Require g-i 0.6.14
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 29 Jul 2010 15:58:37 +0000 (16:58 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 29 Jul 2010 15:58:37 +0000 (16:58 +0100)
The 0.6.14 is the last 0.6 release, before the format changes; we build
with both 0.6 and 0.9, so we should depend to the former and not the
latter.

configure.ac

index a7544f1..b805f86 100644 (file)
@@ -971,7 +971,7 @@ AC_SUBST(CLUTTER_LIBS)
 
 dnl === GObject-Introspection check ===========================================
 
-GOBJECT_INTROSPECTION_CHECK([0.9.0])
+GOBJECT_INTROSPECTION_CHECK([0.6.14])
 
 dnl === GTK Doc check =========================================================