qjson: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-01-15 02:53:39 +01:00
parent 8679124272
commit a9f1767ef8

View file

@ -11,6 +11,10 @@ homepage="http://qjson.sourceforge.net"
distfiles="https://github.com/flavio/qjson/archive/$version.tar.gz"
checksum=e812617477f3c2bb990561767a4cd8b1d3803a52018d4878da302529552610d4
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt-host-tools qt-devel"
fi
qjson-devel_package() {
depends="qt-devel ${sourcepkg}>=${version}"
short_desc+=" - development files"