mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
meson: fix missing closing bracket in option descriptions
This commit is contained in:
parent
01758dcf6a
commit
8f9339ef78
1 changed files with 2 additions and 2 deletions
|
@ -31,9 +31,9 @@ option('gtk_doc', type : 'feature', value : 'auto', yield : true, description :
|
||||||
option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
|
option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
|
||||||
option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
|
option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
|
||||||
option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
|
option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
|
||||||
description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases')
|
description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
|
||||||
option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
|
option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
|
||||||
description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases')
|
description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
|
||||||
|
|
||||||
# Common options
|
# Common options
|
||||||
option('package-name', type : 'string', yield : true,
|
option('package-name', type : 'string', yield : true,
|
||||||
|
|
Loading…
Reference in a new issue