summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-06 13:38:19 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-06 13:59:34 +0100
commitaa89906abf5453a8b6efc759453f2b1e7e8ff80e (patch)
tree09ba619a3ed467767a0c1226d2b6be1a45f21b21
parentaf9637291908f0a2e043d839731869e080e67d45 (diff)
downloadgrilo-aa89906abf5453a8b6efc759453f2b1e7e8ff80e.tar.gz
build: Build docs by default
Otherwise we can't see the errors in the docs.
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5f396a1..a2a6fc4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,6 @@
option('enable-grl-net', type: 'boolean', value: true, description: 'Enable Grilo Net library')
option('enable-grl-pls', type: 'boolean', value: true, description: 'Enable Grilo Pls library')
-option('enable-gtk-doc', type: 'boolean', value: false, description: 'Enable generating the API reference')
+option('enable-gtk-doc', type: 'boolean', value: true, description: 'Enable generating the API reference')
option('enable-introspection', type: 'boolean', value: true, description: 'Enable GObject Introspection')
option('enable-test-ui', type: 'boolean', value: true, description: 'Build Test UI')
option('enable-vala', type: 'boolean', value: true, description: 'Enable Vala (enables GObject Introspection)')