aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-11-26 15:45:41 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 11:57:00 +0200
commitaa7da46717a69e874c91c0453241c53cc0cbae20 (patch)
tree738da11068557a25b2a256b2e46e2f5442327e8a
parente0f23a41e1672220bd7b763d22a678c1bbebba50 (diff)
downloadpulseaudio-aa7da46717a69e874c91c0453241c53cc0cbae20.tar.gz
meson: Install dbus policy file
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
-rw-r--r--src/daemon/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/meson.build b/src/daemon/meson.build
index f4be8fd7..1a6b0719 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