summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-04-21 08:01:27 +0200
committerArun Raghavan <git@arunraghavan.net>2016-01-04 12:39:21 +0530
commitcf91aaa2b60893230f526d8d241e12c2b47508f8 (patch)
tree50362171c7e86759b06d08df9af00dbe75f1858f
parent48c91d52f92ddce2922c3e0532d95b6252b6d44e (diff)
downloadpulseaudio-cf91aaa2b60893230f526d8d241e12c2b47508f8.tar.gz
system.pa.in: load module-coreaudio-detect if HAVE_COREAUDIO.
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) Signed-off-by: Mihai Moldovan <ionic@ionic.de>
-rwxr-xr-xsrc/daemon/system.pa.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/system.pa.in b/src/daemon/system.pa.in
index 01cea10d2..06e3f1e6d 100755
--- a/src/daemon/system.pa.in
+++ b/src/daemon/system.pa.in
@@ -28,6 +28,10 @@ load-module module-udev-detect
.ifexists module-hal-detect@PA_SOEXT@
load-module module-hal-detect
.else
+], @HAVE_COREAUDIO@, 1, [dnl
+.ifexists module-coreaudio-detect@PA_SOEXT@
+load-module module-coreaudio-detect
+.else
], [dnl
.ifexists module-detect@PA_SOEXT@
])dnl