summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-06-05 10:40:29 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-06-05 10:40:29 +0100
commit8ecede2ff1d3cd8b4b545005ce9a200af3ebb287 (patch)
tree6d7a8230586c170c97b4ec5f4504376700bda481 /meson_options.txt
parent088c7f1eda90bdaa608b273ccb062532fd4491e6 (diff)
downloadgstreamer-8ecede2ff1d3cd8b4b545005ce9a200af3ebb287.tar.gz
meson_options: disable gtk_doc by default
We don't need to build documentation for gtk-doc using subprojects, not by default at least, and our 'auto' option would override the subproject 'disabled' default in libnice's case. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/155>
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 8b7487685b..498dddd0d5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -21,4 +21,4 @@ option('introspection', type : 'feature', value : 'auto', description : 'Generat
option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
option('orc', type : 'feature', value : 'auto', description : 'Enable Optimized Inner Loop Runtime Compiler')
option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc')
-option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
+option('gtk_doc', type : 'feature', value : 'disabled', description : 'Generate API documentation with gtk-doc')