]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: fix floating dependency on webrtc-audio-processing
authorTanu Kaskinen <tanuk@iki.fi>
Wed, 20 Jul 2016 22:09:58 +0000 (01:09 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2016 22:46:58 +0000 (23:46 +0100)
The webrtc-audio-processing library isn't yet packaged for
OpenEmbedded, but let's add a packageconfig entry for it anyway to
avoid problems in the future.

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc

index accafe1c107155cd80a150e309040b363a45fe7b..299982b269e5d1cf97a34bab0a3def6805f6fbb1 100644 (file)
@@ -58,6 +58,7 @@ PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
 # able to use pulseaudio autospawn for root as well.
 PACKAGECONFIG[autospawn-for-root] = ",,,"
 PACKAGECONFIG[lirc] = "--enable-lirc,--disable-lirc,lirc"
+PACKAGECONFIG[webrtc] = "--enable-webrtc-aec,--disable-webrtc-aec,webrtc-audio-processing"
 
 EXTRA_OECONF_append_arm = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"
 EXTRA_OECONF_append_armeb = "${@bb.utils.contains("TUNE_FEATURES", "neon", "", " --enable-neon-opt=no", d)}"