Fix build, undo remove config

This commit is contained in:
Misha
2021-12-09 22:51:35 -05:00
parent c87dc3de93
commit 6870e3c370
4 changed files with 15 additions and 11 deletions

View File

@ -5,11 +5,11 @@ option('pam',
option('man',
description: 'Generate the man files',
type: 'boolean',
value: true)
value: false)
option('systemd',
description: 'Install system service files',
type: 'boolean',
value: true)
value: false)
option('systemd_system_unit_dir',
description: 'Directory for systemd service files',
type: 'string')