[pulseaudio-discuss] [PATCH] default.pa.in: do not load module-console-kit and module-systemd-login if HAVE_COREAUDIO. It fails.
Mihai Moldovan
ionic at ionic.de
Thu Feb 11 01:40:38 UTC 2016
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 7a68653..629fad5 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -140,12 +140,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.7.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 884 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20160211/27d17be7/attachment.sig>
More information about the pulseaudio-discuss
mailing list