chromium: musl host needs cdefs.h too

This commit is contained in:
Đoàn Trần Công Danh 2023-01-13 15:08:36 +07:00
parent 75fd7f52d1
commit 78253ce8de
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ desc_option_debug="Build with debug symbols"
desc_option_js_optimize="Optimize the JS used for Chromium's UI"
desc_option_pipewire="Enable support for screen sharing for WebRTC via PipeWire"
if [ "$XBPS_LIBC" = musl ]; then
hostmakedepends+=" musl-legacy-compat"
fi
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi