From 671b67898d8861731e2446530311238b092916cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 16 Aug 2020 00:01:28 +0700 Subject: [PATCH] qutebrowser: switch backend to webengine for cross-build --- srcpkgs/qutebrowser/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 14204d37ae9..0ae66c4ba47 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -2,7 +2,7 @@ # not noarch as the package might be built with different backend for each arch pkgname=qutebrowser version=1.13.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools asciidoc" depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2 @@ -22,11 +22,7 @@ desc_option_webengine="Build Qt5 WebEngine support" if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then # qt5-webengine is only available for little-endian systems - if [ -z "$CROSS_BUILD" ]; then - # qt5-webengine can only be built when target and host bitness match - # python3-PyQt5-webengine is currently nocross - build_options_default="webengine" - fi + build_options_default="webengine" fi if [ "$build_option_webengine" ]; then