mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv5tel*) ;; # qtwebengine uses VSM assembler commands
|
armv5tel*) ;; # qtwebengine uses VSM assembler commands
|
||||||
|
ppc|ppc-musl) ;; # qtwebengine does not support ppc 32 bit
|
||||||
*) if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
*) if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
# webengine can be built only if word size matches
|
# webengine can be built only if word size matches
|
||||||
build_options_default="webengine"
|
build_options_default="webengine"
|
||||||
|
|
Loading…
Add table
Reference in a new issue