summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:47:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:47:04 +0000
commite05fb7b3e36c052baf0dd607ddeb22c0a2b5cbde (patch)
tree7a27d70e96502edf2b5576d3ca403f1b8512f55b /meson_options.txt
parentInitial commit. (diff)
downloadgnome-initial-setup-e05fb7b3e36c052baf0dd607ddeb22c0a2b5cbde.tar.xz
gnome-initial-setup-e05fb7b3e36c052baf0dd607ddeb22c0a2b5cbde.zip
Adding upstream version 43.2.upstream/43.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt22
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',
+)