mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pulse-server: add gsettings module
Uses a thread to monitor gsettings data. Loads and unload modules based on gsettings. This makes paprefs work.
This commit is contained in:
parent
89d4cafec4
commit
37439d2b73
4 changed files with 313 additions and 0 deletions
|
|
@ -269,3 +269,7 @@ option('readline',
|
|||
description: 'Enable code that depends on libreadline',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
option('gsettings',
|
||||
description: 'Enable code that depends on gsettings',
|
||||
type: 'feature',
|
||||
value: 'auto')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue