From ae1c76ff830d146d41e88d6fba724c0a54bce868 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:45:20 +0200 Subject: Adding upstream version 1:43.6. Signed-off-by: Daniel Baumann --- meson_options.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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') -- cgit v1.2.3