mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
qt5: needs musl-legacy-compat if host libc is musl
This commit is contained in:
parent
7fb08056ee
commit
0444ab8228
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue