mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
modules: add x11-bell module
It listens for X11 bell events and plays a sample with libcanberra. Fixes #1668
This commit is contained in:
parent
5d890435b4
commit
0cd0ef5912
6 changed files with 330 additions and 0 deletions
|
|
@ -225,3 +225,11 @@ option('lv2',
|
|||
description: 'Enable loading of LV2 plugins',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('x11',
|
||||
description: 'Enable code that depends on X11',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('libcanberra',
|
||||
description: 'Enable code that depends on libcanberra',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue