qt-webkit: broken for musl due to ruby
This commit is contained in:
parent
b22d2d9c14
commit
b67b19e865
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ checksum="
|
|||
e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0"
|
||||
conflicts="qt<4.8.7_12"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="Currently ruby-2.4.3 does not build for musl" ;;
|
||||
esac
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-devel qt-designer-devel"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue