seatd/meson_options.txt

8 lines
698 B
Meson
Raw Normal View History

option('logind', type: 'combo', choices: ['auto', 'disabled', 'elogind', 'systemd'], value: 'auto', 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')
2021-03-16 13:31:37 +01:00
option('examples', type: 'feature', 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')
option('defaultpath', type: 'string', value: '', description: 'Default location for seatd socket (empty for default)')