aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-03-16 13:31:37 +0100
committerKenny Levinsen <kl@kl.wtf>2021-03-16 13:36:26 +0100
commit1f457b1df8a7153963974553f5e50e68cb7c24b7 (patch)
treec299b29afbdb1618d3f779256db5c700547f5fc4 /meson_options.txt
parent4e65e1bf471453d99577e6f5a2e72bfed73a3881 (diff)
meson: Disable examples by default
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 e32221a..73b9634 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,6 @@ option('logind', type: 'feature', value: 'disabled', description: 'logind suppor
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('examples', type: 'feature', value: 'disabled', 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)')