pavucontrol-qt: fix cross

This commit is contained in:
Jürgen Buchmüller 2017-03-09 10:25:35 +01:00
parent 254d456a1d
commit 38812430f7

View file

@ -12,3 +12,7 @@ license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="https://github.com/lxde/pavucontrol-qt/releases/download/${version}/pavucontrol-qt-${version}.tar.xz"
checksum=d60d2dfb0740f4f70030a8f57fc06ef0380989f8a57da223d0a9e28557da02cd
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-tools-devel"
fi