summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-03-15 14:53:56 +0100
committerSam Thursfield <sam@afuera.me.uk>2020-03-15 14:53:56 +0100
commita79e140a6b9a5a27b04ab87191a5662a81db8726 (patch)
tree56b9f444571ed6f7c8fdea0bbef5aa045e69b49d /meson_options.txt
parent780cdc08482863f9f5e68ee7aec2d5736b4a57a8 (diff)
downloadtracker-a79e140a6b9a5a27b04ab87191a5662a81db8726.tar.gz
build: Enable documentation builds by default
It's primarily developers who will be building Tracker directly from Git. We want developers to keep the documentation working, so let's enable docs by default.
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 04ecfb953..0cdab073f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('docs', type: 'boolean', value: false, yield: true,
+option('docs', type: 'boolean', value: true, yield: true,
description: 'Generate API documentation with gtk-doc')
option('man', type: 'boolean', value: true, yield: true,
description: 'Install man pages')