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