owncloudclient: fix cross

This commit is contained in:
Alessio Sergi 2017-04-02 20:04:44 +02:00
parent f7a936eabf
commit 3a70247df6
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version=2.3.1
revision=2
build_style=cmake
configure_args="-Wno-dev"
hostmakedepends="pkg-config qt5-qmake"
hostmakedepends="pkg-config"
makedepends="qtkeychain-qt5-devel sqlite-devel qt5-webkit-devel qt5-declarative-devel
qt5-tools-devel qt5-plugin-odbc qt5-plugin-tds qt5-plugin-pgsql qt5-plugin-mysql
qt5-plugin-sqlite"
@ -16,3 +16,7 @@ license="GPL-2"
homepage="http://www.owncloud.org"
distfiles="https://download.owncloud.com/desktop/stable/${pkgname}-${version}.tar.xz"
checksum=93143752234a0bc4c9798b69d8239996d92130eecdc1d93b75e3d49b899f3914
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"
fi