[glib-networking] Fix missing space in build options



commit e27cc8d0d75025f8ccaee0217c6c80b575ce7257
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sat Nov 10 15:02:22 2018 -0600

    Fix missing space in build options

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 17a2779..4900d28 100644
--- a/meson.build
+++ b/meson.build
@@ -145,7 +145,7 @@ if gio_querymodules.found()
   meson.add_install_script('meson_post_install.py', gio_querymodules.path(), gio_module_dir)
 endif
 
-output = '\n\n gnutls support:    ' + libproxy_dep.found().to_string() + '\n'
+output = '\n\n  gnutls support:    ' + libproxy_dep.found().to_string() + '\n'
 output += '  libproxy support:    ' + libproxy_dep.found().to_string() + '\n'
 output += '  GNOME proxy support: ' + gsettings_desktop_schemas_dep.found().to_string() + '\n'
 output += '  PKCS#11 support:     ' + pkcs11_dep.found().to_string() + '\n'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]