summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-03-31 14:55:26 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-03-31 15:11:15 +0200
commit030a5bcba951be114878f82f584f9996cae2ae69 (patch)
treef0be3266d0e59604486f5a5ce0e061985e05e8cc /meson_options.txt
parentd4b67b62ab217d191b44bd13b53d98b65be81adf (diff)
downloadgnome-contacts-030a5bcba951be114878f82f584f9996cae2ae69.tar.gz
Documentation: auto-build the valadoc docs.
We won't them by defaul though, you have to explicitly set 'docs' to true when configuring meson.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fa67894..08347a2 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,3 +2,4 @@ option('with-cheese', type: 'combo', choices: ['yes', 'no', 'auto'], value: 'aut
option('maps', type: 'boolean', value: true, description: 'Enable built-in support for maps.')
option('telepathy', type: 'boolean', value: true, description: 'Enable Telepathy call/chat support.')
option('with-manpage', type: 'boolean', value: true, description: 'enable building man pages')
+option('docs', type: 'boolean', value: true, description: 'Whether to build the valadoc docs.')