summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/meson_options.txt b/meson_options.txt
index f0bacde37..ac18363f4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -212,12 +212,14 @@ option('tty-gid', type : 'string',
# description : 'the ACL for adm group should be added')
# option('wheel-group', type : 'boolean',
# description : 'the ACL for wheel group should be added')
-# option('nobody-user', type : 'string',
-# description : 'The name of the nobody user (the one with UID 65534)',
-# value : 'nobody')
-# option('nobody-group', type : 'string',
-# description : 'The name of the nobody group (the one with GID 65534)',
-# value : 'nobody')
+#endif // 0
+option('nobody-user', type : 'string',
+ description : 'The name of the nobody user (the one with UID 65534)',
+ value : 'nobody')
+option('nobody-group', type : 'string',
+ description : 'The name of the nobody group (the one with GID 65534)',
+ value : 'nobody')
+#if 0 /// UNNEEDED by elogind
# option('dev-kvm-mode', type : 'string', value : '0666',
# description : '/dev/kvm access mode')
# option('group-render-mode', type : 'string', value : '0666',