Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
pulseaudio: fix floating dependency on webrtc-audio-processing
Browse files Browse the repository at this point in the history
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.

(From OE-core rev: afcdc3d9d83cc72eb22c00160770282cd72dbca7)

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Ross Burton <ross.burton@intel.com>
  • Loading branch information
tanuk authored and ostroproject-ci committed Aug 30, 2016
1 parent 5325954 commit 70f1926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/recipes-multimedia/pulseaudio/pulseaudio.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"
Expand Down

0 comments on commit 70f1926

Please sign in to comment.