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:
Wim Taymans 2022-12-07 09:10:29 +01:00
parent 89d4cafec4
commit 37439d2b73
4 changed files with 313 additions and 0 deletions

View file

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