meson: Remove unused gtk_doc option
authorAlexandru Băluț <alexandru.balut@gmail.com>
Sat, 28 Dec 2019 21:39:23 +0000 (22:39 +0100)
committerAlexandru Băluț <alexandru.balut@gmail.com>
Sat, 28 Dec 2019 21:40:30 +0000 (22:40 +0100)
The "doc" option is available to disable the documentation.

meson_options.txt

index f294317..10a1419 100644 (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,