zeal: fix cross

This commit is contained in:
Juergen Buchmueller 2016-11-08 19:48:10 +01:00
parent 75631d400c
commit d42ea7652a

View file

@ -14,3 +14,8 @@ homepage="http://zealdocs.org/"
distfiles="https://github.com/zealdocs/${pkgname}/archive/v${version}.tar.gz"
checksum=55f8511977818612e00ae87a4fddaa346210189531469690f2e3961bb4c2c318
configure_args="CONFIG+=no_libappindicator"
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel qt5-webkit-devel
qt5-x11extras-devel qt5-plugin-sqlite"
fi