qxmpp: fix cross
This commit is contained in:
parent
82aa1cfb64
commit
99832abe13
|
@ -12,6 +12,10 @@ homepage="https://github.com/qxmpp-project/qxmpp/"
|
|||
distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=13f5162a1df720702c6ae15a476a4cb8ea3e57d861a992c4de9147909765e6de
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
||||
fi
|
||||
|
||||
qxmpp-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue