modules: add x11-bell module

It listens for X11 bell events and plays a sample with libcanberra.

Fixes #1668
This commit is contained in:
Wim Taymans 2022-01-21 16:27:44 +01:00
parent 5d890435b4
commit 0cd0ef5912
6 changed files with 330 additions and 0 deletions

View file

@ -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')