From aa7da46717a69e874c91c0453241c53cc0cbae20 Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Mon, 26 Nov 2018 15:45:41 +0700 Subject: [PATCH] meson: Install dbus policy file Signed-off-by: Arnaud Rebillout --- src/daemon/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/daemon/meson.build b/src/daemon/meson.build index f4be8fd7c..1a6b07192 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -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