meson: Disable esound modules
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Mon, 26 Nov 2018 10:38:31 +0000 (17:38 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Sat, 8 Jun 2019 10:03:03 +0000 (12:03 +0200)
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>
src/modules/meson.build

index 008ba38..1bc01b7 100644 (file)
@@ -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' ],