qt5: needs musl-legacy-compat if host libc is musl

This commit is contained in:
Jürgen Buchmüller 2020-01-24 20:32:49 +01:00
parent 7fb08056ee
commit 0444ab8228

View file

@ -30,6 +30,9 @@ desc_option_webengine="Build Chromium-based WebEngine component"
makedepends+=" harfbuzz-devel"
if [ "$XBPS_LIBC" = "musl" ]; then
hostmakedepends+=" musl-legacy-compat"
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi