summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-11-26 17:38:31 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 12:03:03 +0200
commit06e37b3057c4667f210dadbc4047bb3835b74c8f (patch)
tree0567acbd2d365efa4ec9c398aad21d489afc41a4
parent71c24862e7414b42f032d3fbe6099dcef7d72681 (diff)
downloadpulseaudio-06e37b3057c4667f210dadbc4047bb3835b74c8f.tar.gz
meson: Disable esound modules
For now esound is not supported with the meson build, although it wouldn't be that hard to support it. Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
-rw-r--r--src/modules/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/meson.build b/src/modules/meson.build
index 008ba38bc..1bc01b731 100644
--- a/src/modules/meson.build
+++ b/src/modules/meson.build
@@ -19,11 +19,11 @@ all_modules = [
[ 'module-detect', 'module-detect.c' ],
[ 'module-device-manager', 'module-device-manager.c', [], [], [], libprotocol_native ],
[ 'module-device-restore', 'module-device-restore.c', [], [], [dbus_dep], libprotocol_native ],
- [ 'module-esound-compat-spawnfd', 'module-esound-compat-spawnfd.c' ],
- [ 'module-esound-compat-spawnpid', 'module-esound-compat-spawnpid.c' ],
+# [ 'module-esound-compat-spawnfd', 'module-esound-compat-spawnfd.c' ],
+# [ 'module-esound-compat-spawnpid', 'module-esound-compat-spawnpid.c' ],
# [ 'module-esound-protocol-tcp', 'module-protocol-stub.c' ],
# [ 'module-esound-protocol-unix', 'module-protocol-stub.c' ],
- [ 'module-esound-sink', 'module-esound-sink.c' ],
+# [ 'module-esound-sink', 'module-esound-sink.c' ],
[ 'module-filter-apply', 'module-filter-apply.c' ],
[ 'module-filter-heuristics', 'module-filter-heuristics.c' ],
# [ 'module-gconf', 'gconf/module-gconf.c' ],