summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2020-03-27 18:43:25 +0100
committerDebarshi Ray <debarshir@gnome.org>2020-03-27 18:47:32 +0100
commit40c0e95f0421324b3fc24cc10a3a67b401ad8af5 (patch)
tree7cd3e4b83dd6b849c522c3396c88e0d78526ad78
parente03433519860c6ecb160e5c515836cf9253983ec (diff)
downloadlibgdata-40c0e95f0421324b3fc24cc10a3a67b401ad8af5.tar.gz
build: Disable the gtk-doc documentation by default
This matches the documentation in the current Meson build, and the behaviour of the old Autotools build. Fallout from d3ba69233a9ef1f415b10efc44ea186a6d58a2bb https://gitlab.gnome.org/GNOME/libgdata/-/merge_requests/23
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 68c63729..a5cae5fc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -36,7 +36,7 @@ option('man',
option('gtk_doc',
type: 'boolean',
- value: true,
+ value: false,
description: 'use gtk-doc to build documentation (default: false)')
option('introspection',