From 06e37b3057c4667f210dadbc4047bb3835b74c8f Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Mon, 26 Nov 2018 17:38:31 +0700 Subject: [PATCH] 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 --- src/modules/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/meson.build b/src/modules/meson.build index 008ba38..1bc01b7 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' ], -- 2.7.4