summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-03-31 15:13:45 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-03-31 15:13:45 +0200
commite55d93526695f908988d22fb67d9243de06e1062 (patch)
tree1d76b558726c97c76f32010e92072dc62c319571
parent030a5bcba951be114878f82f584f9996cae2ae69 (diff)
downloadgnome-contacts-e55d93526695f908988d22fb67d9243de06e1062.tar.gz
Docs: don't build by default.
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 08347a2..81623e6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,4 +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.')
+option('docs', type: 'boolean', value: false, description: 'Whether to build the valadoc docs.')