meson: Install dbus policy file

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-11-26 15:45:41 +07:00 committed by Arun Raghavan
parent e0f23a41e1
commit aa7da46717

View file

@ -128,3 +128,9 @@ custom_target('system.pa',
install : true,
install_dir : pulsesysconfdir,
)
if dbus_dep.found()
install_data('pulseaudio-system.conf',
install_dir : join_paths(sysconfdir, 'dbus-1', 'system.d')
)
endif