mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
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>
This commit is contained in:
parent
71c24862e7
commit
06e37b3057
1 changed files with 3 additions and 3 deletions
|
|
@ -19,11 +19,11 @@ all_modules = [
|
||||||
[ 'module-detect', 'module-detect.c' ],
|
[ 'module-detect', 'module-detect.c' ],
|
||||||
[ 'module-device-manager', 'module-device-manager.c', [], [], [], libprotocol_native ],
|
[ 'module-device-manager', 'module-device-manager.c', [], [], [], libprotocol_native ],
|
||||||
[ 'module-device-restore', 'module-device-restore.c', [], [], [dbus_dep], 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-spawnfd', 'module-esound-compat-spawnfd.c' ],
|
||||||
[ 'module-esound-compat-spawnpid', 'module-esound-compat-spawnpid.c' ],
|
# [ 'module-esound-compat-spawnpid', 'module-esound-compat-spawnpid.c' ],
|
||||||
# [ 'module-esound-protocol-tcp', 'module-protocol-stub.c' ],
|
# [ 'module-esound-protocol-tcp', 'module-protocol-stub.c' ],
|
||||||
# [ 'module-esound-protocol-unix', '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-apply', 'module-filter-apply.c' ],
|
||||||
[ 'module-filter-heuristics', 'module-filter-heuristics.c' ],
|
[ 'module-filter-heuristics', 'module-filter-heuristics.c' ],
|
||||||
# [ 'module-gconf', 'gconf/module-gconf.c' ],
|
# [ 'module-gconf', 'gconf/module-gconf.c' ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue