otter-browser: nocross on arm for now

This commit is contained in:
q66 2020-01-20 05:02:06 +01:00
parent 89688f6d21
commit 7430bc705f

View file

@ -14,6 +14,10 @@ homepage="http://otter-browser.org"
distfiles="https://github.com/OtterBrowser/${pkgname}/archive/v${version}.tar.gz"
checksum=85aef7c74277cf94de237e516c3c2d507b3d19b9ad16853de938540b8bf2f16b
case "$XBPS_TARGET_MACHINE" in
arm*) nocross="no webengine available right now";;
esac
build_options="webengine"
desc_option_webengine="Build Qt5 WebEngine support"