Changeset View
Changeset View
Standalone View
Standalone View
sysutils/accountsservice/files/patch-meson__options.txt
- This file was added.
| --- meson_options.txt.orig 2022-01-28 20:47:34 UTC | |||||
| +++ meson_options.txt | |||||
| @@ -5,7 +5,7 @@ option('admin_group', type: 'string', value: '', descr | |||||
| option('extra_admin_groups', type: 'array', value: [], description: 'Comma-separated list of extra groups that administrator users are part of') | |||||
| option('minimum_uid', type: 'integer', value: 1000, description: 'Set minimum uid for human users') | |||||
| -option('elogind', type: 'boolean', value: false, description: 'Use elogind') | |||||
| +option('consolekit', type: 'boolean', value: true, description: 'Use ConsoleKit2') | |||||
| option('introspection', type: 'boolean', value: true, description: 'Enable introspection for this build') | |||||
| option('vapi', type: 'boolean', value: true, description : 'Enable Vala bindings for this build') | |||||