diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-01-12 14:16:35 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-01-12 14:16:35 +0000 |
| commit | f74f891581bc4df20431607de9b761107f6a0aa7 (patch) | |
| tree | 0fa7ada829ad2d1f1e541cfe571c348a04b5b13f /share | |
| parent | eccd366b0a8ba7d902fcf0b1bec447926a75c36c (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/src.opts.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 68d48271d7bc..99a70bc4239f 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -172,6 +172,7 @@ __DEFAULT_YES_OPTIONS = \ SERVICESDB \ SETUID_LOGIN \ SHAREDOCS \ + SOUND \ SOURCELESS \ SOURCELESS_HOST \ SOURCELESS_UCODE \ @@ -500,6 +501,11 @@ MK_CLANG_FULL:= no MK_LLVM_COV:= no .endif +# CUSE is needed only by virtual_oss, but virtual_oss is part of MK_SOUND. +.if ${MK_CUSE} == "no" +MK_SOUND:= no +.endif + .if ${MK_ASAN} == "yes" # In order to get sensible backtraces from ASAN we have to install # llvm-symbolizer as /usr/bin/addr2line instead of the elftoolchain version. |
