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:
Barnabás Pőcze 2022-02-17 20:16:22 +01:00
parent c9612225e1
commit d6c5da5678
4 changed files with 16 additions and 1 deletions

View file

@ -229,6 +229,10 @@ option('x11',
description: 'Enable code that depends on X11',
type: 'feature',
value: 'auto')
option('x11-xfixes',
description: 'Enable code that depends on XFixes',
type: 'feature',
value: 'auto')
option('libcanberra',
description: 'Enable code that depends on libcanberra',
type: 'feature',