[pulseaudio-discuss] [PATCH 4/4] default.pa.in: do not load module-console-kit and module-systemd-login if HAVE_COREAUDIO. It fails.

Mihai Moldovan ionic at ionic.de
Mon Apr 20 23:01:39 PDT 2015


Signed-off-by: Mihai Moldovan <ionic at ionic.de>
---
 src/daemon/default.pa.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 783e326..9e8688b 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -153,12 +153,14 @@ load-module module-suspend-on-idle
 
 ### If autoexit on idle is enabled we want to make sure we only quit
 ### when no local session needs us anymore.
+ifelse(@HAVE_COREAUDIO@, 1, [], [dnl
 .ifexists module-console-kit at PA_SOEXT@
 load-module module-console-kit
 .endif
 .ifexists module-systemd-login at PA_SOEXT@
 load-module module-systemd-login
 .endif
+])dnl
 
 ### Enable positioned event sounds
 load-module module-position-event-sounds
-- 
2.3.5


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20150421/04bb55dd/attachment.sig>


More information about the pulseaudio-discuss mailing list