Skip to content
Snippets Groups Projects
Commit 8ecede2f authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

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: <!155>
parent 088c7f1e
No related branches found
No related tags found
No related merge requests found
......@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment