mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
41bb5e7cb7
commit
26e04aa138
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user