aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-09-22 01:12:33 +0200
committerKenny Levinsen <kl@kl.wtf>2020-09-22 01:14:20 +0200
commit884c1416b302e9d855453d8e83cc09e54796a434 (patch)
treeaeee0f56dff75586588ecb67d2ce34305714e244 /meson_options.txt
parenta763e16f26529323cd23a84a53f8d03431133d91 (diff)
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6e498c4..e32221a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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)')