qt5: needs musl-legacy-compat for *musl
This commit is contained in:
parent
ec63c88710
commit
2aa6196b52
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ desc_option_webengine="Build Chromium-based WebEngine component"
|
|||
|
||||
makedepends+=" harfbuzz-devel"
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||
makedepends+=" musl-legacy-compat"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv5tel*) ;; # qtwebengine uses VSM assembler commands
|
||||
ppc|ppc-musl) ;; # qtwebengine does not support ppc 32 bit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue