summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:45:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:45:20 +0000
commitae1c76ff830d146d41e88d6fba724c0a54bce868 (patch)
tree3c354bec95af07be35fc71a4b738268496f1a1c4 /meson_options.txt
parentInitial commit. (diff)
downloadgnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.tar.xz
gnome-control-center-ae1c76ff830d146d41e88d6fba724c0a54bce868.zip
Adding upstream version 1:43.6.upstream/1%43.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..461ae34
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,11 @@
+option('documentation', type: 'boolean', value: false, description: 'build documentation')
+option('ibus', type: 'boolean', value: true, description: 'build with IBus support')
+option('privileged_group', type: 'string', value: 'wheel', description: 'name of group that has elevated permissions')
+option('snap', type: 'boolean', value: false, description: 'build with Snap support')
+option('tests', type: 'boolean', value: true, description: 'build tests')
+option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
+option('wayland', type: 'boolean', value: true, description: 'build with Wayland support')
+option('profile', type: 'combo', choices: ['default','development'], value: 'default')
+option('malcontent', type: 'boolean', value: false, description: 'build with malcontent support')
+option('distributor_logo', type: 'string', description: 'absolute path to distributor logo for the About panel')
+option('dark_mode_distributor_logo', type: 'string', description: 'absolute path to distributor logo dark mode variant')