mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
meson: add puleaudio library
This commit is contained in:
parent
46ad3155b5
commit
4005cf03e6
1 changed files with 3 additions and 0 deletions
|
|
@ -150,6 +150,8 @@ dbus_dep = dependency('dbus-1')
|
||||||
#optional dependencies
|
#optional dependencies
|
||||||
jack_dep = dependency('jack', version : '>= 1.9.10', required : false)
|
jack_dep = dependency('jack', version : '>= 1.9.10', required : false)
|
||||||
|
|
||||||
|
pulseaudio_dep = dependency('pulseaudio', version : '>= 11.09', required : false)
|
||||||
|
|
||||||
if get_option('enable_gstreamer')
|
if get_option('enable_gstreamer')
|
||||||
glib_dep = dependency('glib-2.0', version : '>=2.32.0')
|
glib_dep = dependency('glib-2.0', version : '>=2.32.0')
|
||||||
gobject_dep = dependency('gobject-2.0')
|
gobject_dep = dependency('gobject-2.0')
|
||||||
|
|
@ -166,6 +168,7 @@ subdir('spa')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('pkgconfig')
|
subdir('pkgconfig')
|
||||||
subdir('pipewire-jack')
|
subdir('pipewire-jack')
|
||||||
|
subdir('pipewire-pulseaudio')
|
||||||
subdir('alsa-plugins')
|
subdir('alsa-plugins')
|
||||||
|
|
||||||
if get_option('enable_docs')
|
if get_option('enable_docs')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue