summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-12-21 11:48:48 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2011-12-22 09:58:39 +0100
commit66ff918f37fb71f9b464a77b5c6835b8253fd43b (patch)
treea55eb4868f9aa0a3256273fa30c9fd9277335c83 /configure.ac
parentd103002c17ab362f14f3487c3299115f7b0be720 (diff)
build: ship vala files & fix make distcheck
Disable usbredir, since it wants to install file in /. Disable vala for distcheck for 2 reasons: not needed after dist and binding build issue. Ship with spice-gtk-3.0 vala bindings https://bugs.freedesktop.org/show_bug.cgi?id=44000
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 771d5a5..3c5689d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -412,7 +412,7 @@ AC_ARG_ENABLE([vala],
[],
enable_vala="no")
-VALA_REQUIRED=0.11.7
+VALA_REQUIRED=0.14
if test x$enable_vala = xyes ; then
# check for vala
AM_PROG_VALAC([$VALA_REQUIRED])