mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
meson.build: Define missing sndfile dependency
The audioconvert tool checks for sndfile dependency, which is missing in case pw-cat option is disabled. Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
This commit is contained in:
parent
74a1632f07
commit
80ea7d230c
1 changed files with 1 additions and 3 deletions
|
|
@ -198,9 +198,7 @@ dl_lib = cc.find_library('dl', required : false)
|
||||||
pthread_lib = dependency('threads')
|
pthread_lib = dependency('threads')
|
||||||
dbus_dep = dependency('dbus-1')
|
dbus_dep = dependency('dbus-1')
|
||||||
sdl_dep = dependency('sdl2', required : false)
|
sdl_dep = dependency('sdl2', required : false)
|
||||||
if get_option('pw-cat')
|
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : false)
|
||||||
sndfile_dep = dependency('sndfile', version : '>= 1.0.20', required : false)
|
|
||||||
endif
|
|
||||||
|
|
||||||
if get_option('gstreamer') or get_option('pipewire-pulseaudio')
|
if get_option('gstreamer') or get_option('pipewire-pulseaudio')
|
||||||
glib_dep = dependency('glib-2.0', version : '>=2.32.0')
|
glib_dep = dependency('glib-2.0', version : '>=2.32.0')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue