
FreeBSD and Linux have different preferred socket locations. Expose an option to set the location, and implement simple auto-logic for linux/freebsd.
7 lines
650 B
Meson
7 lines
650 B
Meson
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')
|
|
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)')
|