mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
meson: Install dbus policy file
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
e0f23a41e1
commit
aa7da46717
1 changed files with 6 additions and 0 deletions
|
|
@ -128,3 +128,9 @@ custom_target('system.pa',
|
||||||
install : true,
|
install : true,
|
||||||
install_dir : pulsesysconfdir,
|
install_dir : pulsesysconfdir,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if dbus_dep.found()
|
||||||
|
install_data('pulseaudio-system.conf',
|
||||||
|
install_dir : join_paths(sysconfdir, 'dbus-1', 'system.d')
|
||||||
|
)
|
||||||
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue