mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-25 01:40:32 -05:00
build-sys: add option to disable building utils
This commit is contained in:
parent
cfd8fb9398
commit
81e5bfcec3
3 changed files with 10 additions and 1 deletions
|
|
@ -222,4 +222,6 @@ endif
|
|||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
subdir('utils')
|
||||
if get_option('utils')
|
||||
subdir('utils')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue