mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
meson: Remove unused gtk_doc option
The "doc" option is available to disable the documentation.
This commit is contained in:
parent
27677d4e10
commit
d5d1bc4f1f
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ option('validate', type : 'boolean', value : true,
|
|||
description : 'Build GstValidate')
|
||||
option('debug_viewer', type : 'boolean', value : true,
|
||||
description : 'Build GstDebugViewer')
|
||||
option('gtk_doc', type : 'feature', value : 'auto', yield : true,
|
||||
description : 'Build API documentation with gtk-doc')
|
||||
option('introspection', type : 'feature', value : 'auto', yield : true,
|
||||
description : 'Generate gobject-introspection bindings')
|
||||
option('tests', type : 'feature', value : 'auto', yield : true,
|
||||
|
|
Loading…
Reference in a new issue