2021-06-23 08:08:33 +00:00
|
|
|
option('libseat-logind', type: 'combo', choices: ['auto', 'disabled', 'elogind', 'systemd'], value: 'auto', description: 'logind support for libseat')
|
|
|
|
option('libseat-seatd', type: 'combo', choices: ['enabled', 'disabled'], value: 'enabled', description: 'seatd support for libseat')
|
|
|
|
option('libseat-builtin', type: 'combo', choices: ['enabled', 'disabled'], value: 'disabled', description: 'built-in seatd server for libseat')
|
2021-04-07 14:30:04 +02:00
|
|
|
option('server', type: 'combo', choices: ['enabled', 'disabled'], value: 'enabled', description: 'seatd server')
|
|
|
|
option('examples', type: 'combo', choices: ['enabled', 'disabled'], value: 'disabled', description: 'libseat example programs')
|
2020-08-08 14:54:25 +02:00
|
|
|
option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages')
|
2020-09-22 01:12:33 +02:00
|
|
|
option('defaultpath', type: 'string', value: '', description: 'Default location for seatd socket (empty for default)')
|