mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Enable jack modules, add jack dependency
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
7f320318ff
commit
83b6903849
2 changed files with 13 additions and 3 deletions
|
|
@ -228,6 +228,11 @@ cdata.set('DISABLE_ORC', 1)
|
|||
|
||||
# Module dependencies
|
||||
|
||||
jack_dep = dependency('jack', version : '>= 0.117.0', required : false)
|
||||
if jack_dep.found()
|
||||
cdata.set('HAVE_JACK', 1)
|
||||
endif
|
||||
|
||||
fftw_dep = dependency('fftw3f', required : false)
|
||||
if fftw_dep.found()
|
||||
cdata.set('HAVE_FFTW', 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue