summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-11 21:00:56 -0400
committerDavid Robillard <d@drobilla.net>2023-05-11 21:00:56 -0400
commit19d6da07a59e6230801fa7ae73b07391f6393098 (patch)
tree161e6775c999d748c3ae54ea3b87cd3cf5992318 /meson_options.txt
parent71b215560249747a2f1c3d16f9d372e5b668c45e (diff)
downloadzix-19d6da07a59e6230801fa7ae73b07391f6393098.tar.gz
zix-19d6da07a59e6230801fa7ae73b07391f6393098.tar.bz2
zix-19d6da07a59e6230801fa7ae73b07391f6393098.zip
Clean up reference documentation
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1545314..3eac738 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,12 +10,18 @@ option('checks', type: 'feature', value: 'enabled', yield: true,
option('docs', type: 'feature', value: 'auto', yield: true,
description: 'Build documentation')
+option('html', type: 'feature', value: 'auto', yield: true,
+ description: 'Build paginated HTML documentation')
+
option('lint', type: 'boolean', value: false, yield: true,
description: 'Run code quality checks')
option('posix', type: 'feature', value: 'auto', yield: true,
description: 'Use POSIX system facilities')
+option('singlehtml', type: 'feature', value: 'auto', yield: true,
+ description: 'Build single-page HTML documentation')
+
option('threads', type: 'feature', value: 'auto', yield: true,
description: 'Enable thread support')