mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Convert common meson options to feature options
These changes have been mirrored in all subproject repositories. https://bugzilla.gnome.org/show_bug.cgi?id=795107
This commit is contained in:
parent
7ec215b509
commit
eaf17bfff4
1 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,6 @@ option('sharp', type : 'feature', value : 'disabled')
|
|||
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|
||||
|
||||
# Common options, automatically inherited by subprojects
|
||||
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')
|
||||
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
|
||||
option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
|
||||
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
|
||||
|
|
Loading…
Reference in a new issue