gwenhywfar: fix crossbuild

This commit is contained in:
Enno Boland 2014-03-05 12:01:21 +01:00
parent 8e2b6811c1
commit a815ae7c21
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gwenhywfar'
pkgname=gwenhywfar
version=4.11.0beta
revision=1
revision=2
_dnrel=74
hostmakedepends="pkg-config libgcrypt-devel automake libtool"
makedepends="libgcrypt-devel gnutls-devel gtk+-devel"
@ -27,7 +27,7 @@ if [ -z "$CROSS_BUILD" ]; then
}
}
else
configure_args+=" --enable-guis=gtk2"
configure_args+=" --with-guis=gtk2"
fi
gwenhywfar-gtk_package() {