diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-03-28 10:32:20 -0400 |
---|---|---|
committer | GStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2023-03-31 13:30:10 +0000 |
commit | 484fa93fb1c3a827e4bbb39de91bce870e72d3a4 (patch) | |
tree | fdf23df65aabbfd6d072b1be172536d75721e93c /meson_options.txt | |
parent | 4087bb9a554322ad8baca60cb416b629fe984ce8 (diff) | |
download | gstreamer-484fa93fb1c3a827e4bbb39de91bce870e72d3a4.tar.gz |
doc: Disable by default
When hotdoc is installed it takes unreasonably long time to generate
documentation during meson setup.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4292>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 723b4302ca..f0b039bc03 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -51,7 +51,7 @@ option('examples', type : 'feature', value : 'auto', description : 'Build exampl option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data') option('nls', type : 'feature', value : 'auto', description : 'Native language support (translations)') option('orc', type : 'feature', value : 'auto', description : 'Optimized Inner Loop Runtime Compiler (SIMD)') -option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc') +option('doc', type : 'feature', value : 'disabled', description : 'Generate API documentation with hotdoc') option('gtk_doc', type : 'feature', value : 'disabled', description : 'Generate API documentation with gtk-doc') option('qt5', type : 'feature', value : 'auto', description : 'Qt5 toolkit support') option('qt6', type : 'feature', value : 'auto', description : 'Qt6 toolkit support') |