28 lines
639 B
Meson
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',
|
|
)
|