mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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>
This commit is contained in:
parent
088c7f1eda
commit
8ecede2ff1
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue