meson: fix missing closing bracket in option descriptions

This commit is contained in:
Tim-Philipp Müller 2018-09-19 12:01:47 +01:00
parent f8327f684c
commit 15c566cd35

View file

@ -150,9 +150,9 @@ option('introspection', type : 'feature', value : 'auto', yield : true, descript
option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
option('orc', 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,
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
option('package-name', type : 'string', yield : true,