From 7149c4865cb700fd4344e6445854ea1e054c3c79 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Wed, 4 Oct 2017 15:20:49 +0200 Subject: Remove trailing dot --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index fafb5382..f632115d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,4 +3,4 @@ option('krb5-config', type : 'string', value : '', description : 'Where to look option('enable-ntlm', type : 'boolean', value : false, description : 'Build with NTLM support') option('ntlm-auth', type : 'string', value : '', description : 'Where to look for ntlm_auth, path points to ntlm_auth installation (defaultly looking in PATH)') option('enable-tls-check', type : 'boolean', value : true, description : 'Enable TLS support through glib-networking. If you are building a package, you can disable this to allow building libsoup anyway (since glib-networking is not actually required at compile time), but you should be sure to add a runtime dependency on it.') -option('enable-gnome', type : 'boolean', value : true, description : 'Build libsoup with GNOME support.') +option('enable-gnome', type : 'boolean', value : true, description : 'Build libsoup with GNOME support') -- cgit v1.2.1