From bc4b359747466f760f8861dad6d99d7005ff6a04 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 13:41:54 -0400 Subject: Build reference documentation --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index bc25d2f..476b3d5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,6 +4,9 @@ option('benchmarks', type: 'feature', value: 'auto', yield: true, option('checks', type: 'boolean', value: true, yield: true, description: 'Check for features with the build system') +option('docs', type: 'feature', value: 'auto', yield: true, + description: 'Build documentation') + option('posix', type: 'feature', value: 'auto', yield: true, description: 'Use POSIX system facilities') -- cgit v1.2.1