mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
load module-x11-xsmp from a /etc/xdg/autostart file, to make sure it is loaded when we have XSMP
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1660 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
80f5abf6d9
commit
44f91cfafa
3 changed files with 20 additions and 2 deletions
|
|
@ -30,6 +30,7 @@ pulseincludedir=$(includedir)/pulse
|
|||
pulsecoreincludedir=$(includedir)/pulsecore
|
||||
pulseconfdir=$(sysconfdir)/pulse
|
||||
pulselibexecdir=$(libexecdir)/pulse
|
||||
xdgautostartdir=$(sysconfdir)/xdg/autostart
|
||||
|
||||
###################################
|
||||
# Defines #
|
||||
|
|
@ -103,13 +104,19 @@ EXTRA_DIST = \
|
|||
depmod.py \
|
||||
daemon/esdcompat.in \
|
||||
utils/padsp \
|
||||
modules/module-defs.h.m4
|
||||
modules/module-defs.h.m4 \
|
||||
daemon/pulseaudio-module-xsmp.desktop
|
||||
|
||||
pulseconf_DATA = \
|
||||
default.pa \
|
||||
daemon.conf \
|
||||
client.conf
|
||||
|
||||
if HAVE_X11
|
||||
xdgautostart_DATA = \
|
||||
daemon/pulseaudio-module-xsmp.desktop
|
||||
endif
|
||||
|
||||
BUILT_SOURCES = \
|
||||
pulse/version.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue