meson: Remove unused gtk_doc option
The "doc" option is available to disable the documentation.
This commit is contained in:
parent
27677d4e10
commit
d5d1bc4f1f
@ -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…
x
Reference in New Issue
Block a user