diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..bb5883a --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,22 @@ +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', +) |