meson: Make default seatd socket path configurable
FreeBSD and Linux have different preferred socket locations. Expose an option to set the location, and implement simple auto-logic for linux/freebsd.
This commit is contained in:
parent
a763e16f26
commit
884c1416b3
4 changed files with 17 additions and 6 deletions
|
@ -4,4 +4,4 @@ option('builtin', type: 'feature', value: 'disabled', description: 'builtin seat
|
|||
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)')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue