Hi,

it seems the name of the vala vapi-file changed in 0.9.5 from vala-1.0.vapi to 
vala-0.10.vapi resulting in some changes to the build files.

I have attached a patch for vala-dbus-binding-tool but it would also be 
required for every other vala based thing.

Heiko
From 312d3eb2f67bd2aabc3e893743cddcfc7ef1f07a Mon Sep 17 00:00:00 2001
From: Heiko Stuebner <he...@sntech.de>
Date: Sat, 28 Aug 2010 21:11:30 +0200
Subject: [PATCH] adapt to new vala-vapi name

---
 configure.ac    |    2 +-
 src/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8b00e08..661aa43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AC_SUBST(CFLAGS)
 AC_SUBST(CPPFLAGS)
 AC_SUBST(LDFLAGS)
 
-VALA_REQUIRED=0.7.6
+VALA_REQUIRED=0.9.5
 GEE_REQUIRED=0.5.0
 GLIB_REQUIRED=2.18
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 8227ac1..166a2f8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@ VALACFLAGS = \
 	--pkg glib-2.0 \
 	--pkg gee-1.0 \
 	--pkg libxml-2.0 \
-	--pkg vala-1.0
+	--pkg vala-0.10
 
 LDADD = \
 	$(DEPS_LIBS)
-- 
1.7.1

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to