2020-07-31 00:22:18 +02:00
|
|
|
option('logind', type: 'feature', value: 'disabled', description: 'logind support')
|
|
|
|
option('seatd', type: 'feature', value: 'enabled', description: 'seatd support')
|
|
|
|
option('builtin', type: 'feature', value: 'disabled', description: 'builtin seatd server')
|
|
|
|
option('server', type: 'feature', value: 'enabled', description: 'seatd server')
|
|
|
|
option('examples', type: 'feature', value: 'enabled', 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')
|
|
|
|
|