mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-18 22:05:37 -05:00
meson: doxygen and tests to feature options
Allows build to continue without passing extra options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
9eab29c16b
commit
7a35b80820
5 changed files with 14 additions and 9 deletions
|
|
@ -224,7 +224,5 @@ if get_option('daemon')
|
|||
subdir('daemon')
|
||||
subdir('modules')
|
||||
endif
|
||||
if get_option('tests')
|
||||
subdir('tests')
|
||||
endif
|
||||
subdir('tests')
|
||||
subdir('utils')
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
if not check_dep.found()
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
# Note that a few tests have dependencies on src/modules.
|
||||
#
|
||||
# The syntax for tests declaration is:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue