telepathy-glib: Require valac 0.16
Simon McVittie
smcv at kemper.freedesktop.org
Fri May 11 09:03:06 PDT 2012
Module: telepathy-glib
Branch: master
Commit: 9e087fa03ff6c6b1cf6405750dd5561b42831cab
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=9e087fa03ff6c6b1cf6405750dd5561b42831cab
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri May 11 16:31:55 2012 +0100
Require valac 0.16
valac 0.14 (the default valac in Debian testing/unstable at the moment)
isn't new enough to understand GBytes. If your valac is too old, use:
./configure ... VALAC=/usr/bin/valac-0.16 VAPIGEN=/usr/bin/vapigen-0.16
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9b6c60c..561f72c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -250,7 +250,7 @@ if test x$enable_vala_bindings = xyes; then
AC_MSG_ERROR([GObject-Introspection must be enabled for Vala bindings])
fi
- AM_PROG_VALAC([0.14.0])
+ AM_PROG_VALAC([0.16.0])
have_vala=yes
AC_PATH_PROG(VALAC, valac, valac)
More information about the telepathy-commits
mailing list