qutebrowser: switch backend to webengine for 64 bit arch
This commit is contained in:
parent
af49bd70d6
commit
855b1f6f85
|
@ -2,7 +2,7 @@
|
||||||
# not noarch as the package might be built with different backend for each arch
|
# not noarch as the package might be built with different backend for each arch
|
||||||
pkgname=qutebrowser
|
pkgname=qutebrowser
|
||||||
version=1.13.1
|
version=1.13.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools asciidoc"
|
hostmakedepends="python3-setuptools asciidoc"
|
||||||
depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2
|
depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2
|
||||||
|
@ -22,9 +22,7 @@ desc_option_webengine="Build Qt5 WebEngine support"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then
|
||||||
# qt5-webengine is only available for little-endian systems
|
# qt5-webengine is only available for little-endian systems
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
# qt5-webengine can only be built when target and host bitness match
|
|
||||||
# python3-PyQt5-webengine is currently nocross
|
|
||||||
build_options_default="webengine"
|
build_options_default="webengine"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue