1
0
Fork 0
gnome-initial-setup/meson_options.txt
Daniel Baumann 4d6cf1c280
Adding upstream version 48.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 23:03:09 +02:00

28 lines
639 B
Meson

option('vendor-conf-file',
type: 'string',
description: 'points to a keyfile containing vendor customization, use this only to override the usual search path'
)
option('ibus',
description: 'enable support for IBus',
type: 'feature',
value: 'auto'
)
option('systemd',
type: 'boolean',
value: true,
description: 'Enable systemd integration'
)
option('parental_controls',
type: 'feature',
value: 'auto',
description: 'Enable parental controls pages',
)
option('webkitgtk',
type: 'feature',
value: 'auto',
description: 'Enable WebKitGTK dependency, used to display privacy policies',
)