diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-12-21 11:48:48 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-12-22 09:58:39 +0100 |
commit | 66ff918f37fb71f9b464a77b5c6835b8253fd43b (patch) | |
tree | a55eb4868f9aa0a3256273fa30c9fd9277335c83 /autogen.sh | |
parent | d103002c17ab362f14f3487c3299115f7b0be720 (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 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,6 @@ if test ! -e gtk/controller/controller.vala.stamp; then fi if [ -z "$NOCONFIGURE" ]; then - "$srcdir"/configure --enable-maintainer-mode $enable_vala ${1+"$@"} + "$srcdir"/configure --enable-maintainer-mode --enable-gtk-doc --with-gtk=3.0 $enable_vala ${1+"$@"} fi |