pulse-server: implement module-x11-bell

Just load the x11-bell module into the pulse server.

See #1668
This commit is contained in:
Wim Taymans 2022-01-21 17:01:18 +01:00
parent 5c894c2283
commit 373432a4e7
4 changed files with 148 additions and 0 deletions

View file

@ -261,6 +261,7 @@ pipewire_module_protocol_pulse_sources = [
'module-protocol-pulse/modules/module-switch-on-connect.c',
'module-protocol-pulse/modules/module-tunnel-sink.c',
'module-protocol-pulse/modules/module-tunnel-source.c',
'module-protocol-pulse/modules/module-x11-bell.c',
'module-protocol-pulse/modules/module-zeroconf-discover.c',
]