qt5: never try to build webengine for ppc|pcc-musl

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-07-27 10:06:03 +02:00
parent 27fdc3ad0c
commit 31480e7e05
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -30,6 +30,7 @@ desc_option_webengine="Build Chromium-based WebEngine component"
case "$XBPS_TARGET_MACHINE" in
armv5tel*) ;; # qtwebengine uses VSM assembler commands
ppc|ppc-musl) ;; # qtwebengine does not support ppc 32 bit
*) if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
# webengine can be built only if word size matches
build_options_default="webengine"