mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
Add back gtk_doc option
This is needed to disable gtk_doc in subprojects that have that option yielding.
This commit is contained in:
parent
78c971df61
commit
0633b417f7
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,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')
|
||||
|
|
Loading…
Reference in a new issue