[glib-networking/wip/nacho/openssl: 11/14] meson: improve output message



commit ed906a54dcab6af46c16cb8d1762bfd3b8def7dc
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Sep 18 15:13:15 2018 +0200

    meson: improve output message

 meson.build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b6cf220..980739e 100644
--- a/meson.build
+++ b/meson.build
@@ -223,7 +223,9 @@ 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'
+output += '  gnutls support:      ' + libproxy_dep.found().to_string() + '\n'
+output += '  openssl support:     ' + backends.contains('openssl').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]