diff --git a/meson_options.txt b/meson_options.txt index 9c1d732e7d..8e703fad06 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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')