summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-09-19 11:34:37 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-09-19 11:34:37 +0100
commit1978287b66e24c99bd41b00783d95d5b83a9eb1c (patch)
tree5ecb187fbd8548d5ce1e41d8fcf4dc548cf0a04b /meson_options.txt
parent900be507f9fab35f6104e002bdae71c68b406f6b (diff)
downloadgstreamer-plugins-base-1978287b66e24c99bd41b00783d95d5b83a9eb1c.tar.gz
meson: fix missing closing bracket in option descriptions
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0c2128e77..a6461ef98 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -72,9 +72,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,