From: Christophe Fergeau <cfergeau@redhat.com>
Date: Thu, 22 Dec 2011 12:53:44 +0100
Subject: [PATCH] Disable vala bindings unless --enable-vala is used
Currently, building vala bindings from a tarball is broken because
spice-client-glib-2.0.deps is missing from the tarball. This commit
adds it to EXTRA_DIST and also makes sure the vala bindings don't
get built/installed unless --enable-vala has been passed to configure.
This means vala must be installed to build the vala bindings from a
tarball.