summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-08-14 12:35:29 +0200
committerMax Kellermann <max@musicpd.org>2020-08-14 13:02:08 +0200
commit2e73e605f78d2e6488e34465a8bfa9e4989a057f (patch)
tree6d29e6252f92f6f8a9f42a917b2285de773396db /meson_options.txt
parent2bcd8516ea0de924c782ff715a7c058889e73850 (diff)
doc/meson.build: convert option "documentation" to Meson "feature"
This allows automatic optional detection of Sphinx. This will be useful when we start building the manpages with Sphinx, which many users may want to have.
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 446fadccd..750120208 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('documentation', type: 'boolean', value: false, description: 'Build documentation')
+option('documentation', type: 'feature', description: 'Build documentation')
option('test', type: 'boolean', value: false, description: 'Build the unit tests and debug programs')