otter-browser: fix cross
This commit is contained in:
parent
cb93b82d39
commit
88215fb134
|
@ -12,3 +12,11 @@ license="GPL-3"
|
|||
homepage="http://otter-browser.org"
|
||||
distfiles="https://github.com/OtterBrowser/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=1497b7d51f7e9259df1a05b3e7101699534759c7c73718147ca760ddbc0f0788
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools"
|
||||
hostmakedepends+=" qt5-declarative-devel"
|
||||
hostmakedepends+=" qt5-multimedia-devel"
|
||||
hostmakedepends+=" qt5-webkit-devel"
|
||||
hostmakedepends+=" qt5-xmlpatterns-devel"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue