meson: Remove unused gtk_doc option

The "doc" option is available to disable the documentation.
This commit is contained in:
Alexandru Băluț 2019-12-28 22:39:23 +01:00
parent 27677d4e10
commit d5d1bc4f1f

View file

@ -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,