mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
daemon: install D-Bus system policy file for PA system instances
Original patch from 'mgrela'. http://pulseaudio.org/ticket/582
This commit is contained in:
parent
e8340345f6
commit
eb40da25d6
2 changed files with 42 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ xdgautostartdir=$(sysconfdir)/xdg/autostart
|
|||
alsaprofilesetsdir=$(datadir)/pulseaudio/alsa-mixer/profile-sets
|
||||
alsapathsdir=$(datadir)/pulseaudio/alsa-mixer/paths
|
||||
udevrulesdir=/lib/udev/rules.d
|
||||
dbuspolicydir=$(sysconfdir)/dbus-1/system.d
|
||||
|
||||
###################################
|
||||
# Defines #
|
||||
|
|
@ -119,6 +120,7 @@ EXTRA_DIST = \
|
|||
modules/module-defs.h.m4 \
|
||||
daemon/pulseaudio.desktop.in \
|
||||
map-file \
|
||||
daemon/pulseaudio-system.conf \
|
||||
modules/alsa/mixer/profile-sets/default.conf \
|
||||
modules/alsa/mixer/profile-sets/native-instruments-audio4dj.conf \
|
||||
modules/alsa/mixer/profile-sets/native-instruments-audio8dj.conf \
|
||||
|
|
@ -145,6 +147,9 @@ pulseconf_DATA = \
|
|||
daemon.conf \
|
||||
client.conf
|
||||
|
||||
dbuspolicy_DATA = \
|
||||
daemon/pulseaudio-system.conf
|
||||
|
||||
if HAVE_X11
|
||||
xdgautostart_in_files = \
|
||||
daemon/pulseaudio.desktop.in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue