diff options
author | Esben Haabendal <esben@geanix.com> | 2025-01-08 15:12:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-14 11:57:52 +0000 |
commit | 63ff4ebafd9ea687d53ca1480e66df2aa09d222b (patch) | |
tree | 95768611833b70669987d5ed7d52d666d4d6558f | |
parent | 46fb35a2a2159ae99976187d160dd1e542c1cdda (diff) | |
download | poky-63ff4ebafd9ea687d53ca1480e66df2aa09d222b.tar.gz |
pulseaudio: fix webrtc audio depdency
Since pulseaudio v16.99.1, the library needed is webrtc-audio-processing-1.
This fixes
Run-time dependency webrtc-audio-processing-1 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency webrtc-audio-processing-1
../pulseaudio-17.0/meson.build:730:15: ERROR: Automatic wrap-based subproject downloading is disabled
The library is available in meta-openembedded/meta-multimedia.
(From OE-Core rev: 4661c49eb4f0ed89a3d027d9a003c40744baaf38)
Signed-off-by: Esben Haabendal <esben@geanix.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index bfd57c8e21..18c12ede63 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -121,7 +121,7 @@ PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack" | |||
121 | # able to use pulseaudio autospawn for root as well. | 121 | # able to use pulseaudio autospawn for root as well. |
122 | PACKAGECONFIG[autospawn-for-root] = ",,," | 122 | PACKAGECONFIG[autospawn-for-root] = ",,," |
123 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" | 123 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" |
124 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing" | 124 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing-1" |
125 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," | 125 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," |
126 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," | 126 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," |
127 | PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled," | 127 | PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled," |