summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2018-01-04 18:14:50 +0100
committerDominique Leuenberger <dimstar@opensuse.org>2018-01-04 18:57:53 +0100
commit099c19099de8e351f6cc0f2110ad27648780a0fe (patch)
tree81bf0998069a6c277aa34199a065fa597a28013e /meson_options.txt
parent9ca73e68c1746bc835715aa4c521ba321b25ba27 (diff)
downloadgnome-session-099c19099de8e351f6cc0f2110ad27648780a0fe.tar.gz
Add a new switch to enable/disable forwarding to systemd journal
Allow distros that do wish to do so to disable logging to the systemd journal. Unless specified at 'configure time', the default remains to log to the journal. https://bugzilla.gnome.org/show_bug.cgi?id=768982
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ed3059d2..05174fec 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,7 @@
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_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)')