[glib-networking/wip/nacho/openssl: 3/6] meson: improve output message
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/wip/nacho/openssl: 3/6] meson: improve output message
- Date: Wed, 19 Sep 2018 09:20:54 +0000 (UTC)
commit f8a2075862212db9d9dd88767ba3c443b343ac33
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]