mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-14 08:56:34 -05:00
meson: Add optional GSettings support
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
639c54546d
commit
35bd2e70f9
5 changed files with 66 additions and 0 deletions
|
|
@ -41,6 +41,9 @@ option('fftw',
|
|||
option('glib',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional GLib 2 support')
|
||||
option('gsettings',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional GSettings support')
|
||||
option('gtk',
|
||||
type : 'feature', value : 'auto',
|
||||
description : 'Optional Gtk+ 3 support')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue