dssi: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-02-19 10:39:11 +01:00
parent 1f20b4725f
commit 21e357c97c
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ homepage="http://dssi.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=f2c82b073a947c8255284249097667f9b14e660bf86186f3fcd3b3b3e087814e
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel"
fi
dssi-devel_package() {
depends="dssi>=${version}"
short_desc+=" - development files"