[emerillon-plugins: 3/4] Sample-Vala: Require champlain 0.4.6, which will include vala bindings



commit 98aaebd1e97a7714178c754b0dc85f5c0d1d82c5
Author: Simon Wenner <simon wenner ch>
Date:   Sat May 8 18:27:42 2010 +0200

    Sample-Vala: Require champlain 0.4.6, which will include vala bindings

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 048dc04..275022a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,11 +293,11 @@ then
 	AM_PROG_VALAC([0.8.1])
 
 	PKG_CHECK_MODULES(SAMPLEVALA,
-		[ gtk+-2.0 >= 2.12.0 ],
-		[],[have_sample-vala_deps=no])
+		[ champlain-0.4 >= 0.4.6 ],
+		[],[have_sample_vala_deps=no])
 	AC_SUBST(SAMPLEVALA_LIBS)
 	AC_SUBST(SAMPLEVALA_CFLAGS)
-	if test "x$have_sample-vala_deps" = "xno" -o "x$VALAC" = "x"
+	if test "x$have_sample_vala_deps" = "xno" -o "x$VALAC" = "x"
 	then
 		undef_plugin sample-vala "Sample-Vala plugin dependencies not satisfied."
 	fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]