meson: Add optional GSettings support

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-21 15:39:30 +07:00 committed by Arun Raghavan
parent 639c54546d
commit 35bd2e70f9
5 changed files with 66 additions and 0 deletions

View file

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