pulseaudio: fix client.conf location

The location of the generated client.conf changed when switching from
Autotools to Meson.

Fixes this error when enabling autospawn-for-root:

    sed: can't read src/client.conf: No such file or directory

(From OE-Core rev: 16d31a54c586840fb11e03702bb854c43ce4c5eb)

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tanu Kaskinen
2020-12-21 15:51:08 +02:00
committed by Richard Purdie
parent 41bb5e7cb7
commit 26e04aa138

View File

@@ -133,7 +133,7 @@ set_cfg_value () {
do_compile_append () {
if ${@bb.utils.contains('PACKAGECONFIG', 'autospawn-for-root', 'true', 'false', d)}; then
set_cfg_value src/client.conf allow-autospawn-for-root yes
set_cfg_value src/pulse/client.conf allow-autospawn-for-root yes
fi
}