summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pulseaudio/DEPENDS
diff options
context:
space:
mode:
authorVlad Glagolev2019-04-12 22:26:59 +0000
committerVlad Glagolev2019-04-12 22:26:59 +0000
commit8072b4b7ea2f1df2ad658b4d195467b25a1a5e28 (patch)
tree3dadad06f6dd7726b04459397238802d0235c284 /audio-drivers/pulseaudio/DEPENDS
parentef329ce1719e6085b5add09a5f6cf7715f5932f6 (diff)
pulseaudio: => 12.2
Diffstat (limited to 'audio-drivers/pulseaudio/DEPENDS')
-rwxr-xr-xaudio-drivers/pulseaudio/DEPENDS14
1 files changed, 13 insertions, 1 deletions
diff --git a/audio-drivers/pulseaudio/DEPENDS b/audio-drivers/pulseaudio/DEPENDS
index b234f6f747..0b4886d59b 100755
--- a/audio-drivers/pulseaudio/DEPENDS
+++ b/audio-drivers/pulseaudio/DEPENDS
@@ -115,7 +115,19 @@ optional_depends orc \
# "--disable-polkit" \
# "for PolicyKit authentication support" &&
-optional_depends speex '' '--without-speex' 'resampling support' &&
+optional_depends speexdsp \
+ "--with-speex" \
+ "--without-speex" \
+ "for resampling support" &&
+
+optional_depends webrtc-audio-processing \
+ "--enable-webrtc-aec" \
+ "--disable-webrtc-aec" \
+ "for WebRTC-based echo canceller" &&
+
+if is_depends_enabled ${SPELL} webrtc-audio-processing; then
+ depends -sub CXX gcc
+fi &&
suggest_depends pasystray '' '' 'for Preferences tool & System Tray' &&
suggest_depends paprefs '' '' 'for Preferences tool' &&