mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05: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
|
|
@ -349,6 +349,14 @@ avahi_dep = dependency('avahi-client', required : get_option('avahi'))
|
|||
summary({'Avahi DNS-SD (Zeroconf)': avahi_dep.found()}, bool_yn: true,
|
||||
section: 'Streaming between daemons')
|
||||
|
||||
x11_dep = dependency('x11-xcb', required : get_option('x11'))
|
||||
summary({'X11 (x11-bell)': x11_dep.found()}, bool_yn: true,
|
||||
section: 'Misc dependencies')
|
||||
|
||||
canberra_dep = dependency('libcanberra', required : get_option('libcanberra'))
|
||||
summary({'libcanberra (x11-bell)': canberra_dep.found()}, bool_yn: true,
|
||||
section: 'Misc dependencies')
|
||||
|
||||
libusb_dep = dependency('libusb-1.0', required : get_option('libusb'))
|
||||
summary({'libusb (Bluetooth quirks)': libusb_dep.found()}, bool_yn: true, section: 'Backend')
|
||||
if libusb_dep.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue