diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:49:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:49:37 +0000 |
commit | 35504d91654321ff2b378229ff13150f53d5aad2 (patch) | |
tree | cb85edefc751b37c8423d78c5e5888f42cc01e4b /meson_options.txt | |
parent | Initial commit. (diff) | |
download | gnome-session-35504d91654321ff2b378229ff13150f53d5aad2.tar.xz gnome-session-35504d91654321ff2b378229ff13150f53d5aad2.zip |
Adding upstream version 43.0.upstream/43.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | meson_options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..4c05dc6 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,8 @@ +option('deprecation_flags', type: 'boolean', value: false, description: 'use *_DISABLE_DEPRECATED flags') +option('session_selector', type: 'boolean', value: false, description: 'enable building a custom session selector dialog') +option('systemd', type: 'boolean', value: true, description: 'Use systemd') +option('systemd_session', type: 'combo', choices: ['disable', 'enable', 'default'], value: 'default', description: 'Whether to include systemd session support and use it by default') +option('systemd_journal', type: 'boolean', value:'true', description: 'Send log to systemd-journal') +option('consolekit', type: 'boolean', value: false, description: 'Use consolekit') +option('docbook', type: 'boolean', value: true, description: 'build documentation') +option('man', type: 'boolean', value: true, description: 'build documentation (requires xmlto)') |