mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: module-x11-bell: mark connection as terminatable
Since XFixes version 6[1] it is possible to mark an X connection as terminatable. The X server will gracefully terminate after a timeout if only terminatable connections remain. [1]: https://gitlab.freedesktop.org/xorg/lib/libxfixes/-/merge_requests/1
This commit is contained in:
parent
c9612225e1
commit
d6c5da5678
4 changed files with 16 additions and 1 deletions
|
|
@ -280,6 +280,9 @@ x11_dep = dependency('x11-xcb', required : get_option('x11'))
|
|||
summary({'X11 (x11-bell)': x11_dep.found()}, bool_yn: true,
|
||||
section: 'Misc dependencies')
|
||||
|
||||
xfixes_dep = dependency('xfixes', required : get_option('x11-xfixes'), version: '>= 6')
|
||||
cdata.set('HAVE_XFIXES_6', xfixes_dep.found())
|
||||
|
||||
canberra_dep = dependency('libcanberra', required : get_option('libcanberra'))
|
||||
summary({'libcanberra (x11-bell)': canberra_dep.found()}, bool_yn: true,
|
||||
section: 'Misc dependencies')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue