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:
parent
27fdc3ad0c
commit
31480e7e05
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue