mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
meson: rename gtkdoc option to gtk_doc
This commit is contained in:
parent
85e49c19d4
commit
3544675ad1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ option('sharp', type : 'boolean', value : true)
|
|||
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|
||||
|
||||
# Common options, automatically inherited by subprojects
|
||||
option('gtkdoc', type : 'boolean', value : true,
|
||||
option('gtk_doc', type : 'boolean', value : true,
|
||||
description : 'Generate API documentation with gtk-doc')
|
||||
option('introspection', type : 'boolean', value : true,
|
||||
description : 'Whether to disable the introspection generation')
|
||||
|
|
Loading…
Reference in a new issue