aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2020-08-08 14:54:25 +0200
committerKenny Levinsen <kl@kl.wtf>2020-08-08 14:54:25 +0200
commitb312fbfb5ec60524ae74332d5f17cb74fa43fa39 (patch)
tree41e9dc05aa7897e12e400626edba50ccec5055c7 /meson_options.txt
parent48e712ffd9f5982ee03eb3e16c8951a377565c51 (diff)
man: Add simple seatd(1) page
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fc05dc2..6e498c4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -3,3 +3,5 @@ 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')
+