From 331cb88c12f07d8c5bf7b56bc99249c1a36f761c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 Jan 2015 10:36:33 +0100 Subject: [PATCH] vte3: disable vala if the gir option is disabled. --- srcpkgs/vte3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vte3/template b/srcpkgs/vte3/template index abd5a209e81..237de653b7d 100644 --- a/srcpkgs/vte3/template +++ b/srcpkgs/vte3/template @@ -25,10 +25,10 @@ if [ -z "$CROSS_BUILD" ]; then fi if [ "$build_option_gir" ]; then - configure_args+=" --enable-introspection" - makedepends+=" gobject-introspection" + configure_args+=" --enable-introspection --enable-vala" + hostmakedepends+=" gobject-introspection vala-devel" else - configure_args+=" --disable-introspection" + configure_args+=" --disable-introspection --disable-vala" fi vte3-devel_package() {