diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:09:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:09:04 +0000 |
commit | 829aea9a4dce048f63c6d9568b50ab4bdb7609e3 (patch) | |
tree | 7c5d5ac80e81dc5186f19649f48387a67df20425 /meson_options.txt | |
parent | Initial commit. (diff) | |
download | gnome-initial-setup-829aea9a4dce048f63c6d9568b50ab4bdb7609e3.tar.xz gnome-initial-setup-829aea9a4dce048f63c6d9568b50ab4bdb7609e3.zip |
Adding upstream version 3.38.4.upstream/3.38.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..be386b5 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,28 @@ +option('vendor-conf-file', + type: 'string', + description: 'points to a keyfile containing vendor customization, use this only to override the usual search path' +) + +option('cheese', + description: 'enable support for Cheese', + type: 'feature', + value: 'auto' +) + +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', +) |