[gdm: 8/11] meson_options: Enable systemd-journal by default
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm: 8/11] meson_options: Enable systemd-journal by default
- Date: Mon, 31 Aug 2020 13:28:03 +0000 (UTC)
commit 6d83346fdfbf4940819c3e00b5bc820f17c3b9ad
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Fri Aug 28 13:59:56 2020 +0200
meson_options: Enable systemd-journal by default
This was already the case in autotools, as it used to be a feature that was
set to auto and disabled only in the case there was no libsystemd.
Now, being systemd a required gdm component, there's no point to use it as
a feature, but still give the packagers the ability to toggle it.
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 040fe383..49550bc1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -27,7 +27,7 @@ option('selinux', type: 'feature', value: 'auto', description: 'Add SELinux supp
option('solaris', type: 'boolean', value: false, description: 'Build for Solaris')
option('split-authentication', type: 'boolean', value: true, description: 'Enable multiple simultaneous PAM
conversations during login.')
option('sysconfsubdir', type: 'string', value: 'gdm', description: 'Directory name used under sysconfdir.')
-option('systemd-journal', type: 'boolean', value: false, description: 'Add journald support.')
+option('systemd-journal', type: 'boolean', value: true, description: 'Use journald support.')
option('systemdsystemunitdir', type: 'string', value: '', description: 'Directory for systemd service
files.')
option('systemduserunitdir', type: 'string', value: '', description: 'Directory for systemd user service
files.')
option('tcp-wrappers', type: 'boolean', value: false, description: 'Use TCP wrappers.')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]