mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
build: fix meson for webrtc support
Change-Id: Iedcfe91af40893004c8f640c8a718966db8d7468
This commit is contained in:

committed by
Adrien Béraud

parent
61e230267e
commit
a699262e72
@ -80,6 +80,9 @@ conf.set10('HAVE_PULSE', deplibpulse.found())
|
||||
depjack = dependency('jack', required: get_option('jack'))
|
||||
conf.set10('HAVE_JACK', depjack.found())
|
||||
|
||||
depwebrtcap = dependency('webrtc-audio-processing', required: get_option('webrtc-audio-processing'))
|
||||
conf.set10('HAVE_WEBRTC_AP', depwebrtcap.found())
|
||||
|
||||
depportaudio = dependency('portaudio-2.0', required: get_option('portaudio'))
|
||||
conf.set10('HAVE_PORTAUDIO', depportaudio.found())
|
||||
|
||||
|
Reference in New Issue
Block a user