[libsoup/wip/meson: 17/31] Add visual separators to the main meson.build file
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/meson: 17/31] Add visual separators to the main meson.build file
- Date: Mon, 6 Nov 2017 09:44:16 +0000 (UTC)
commit 2305bbfabca15fa48e5ccfc23a42b5e409d958e5
Author: Tomas Popela <tpopela redhat com>
Date: Tue Oct 3 18:50:49 2017 +0200
Add visual separators to the main meson.build file
meson.build | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/meson.build b/meson.build
index 1c5259e..68d89d7 100644
--- a/meson.build
+++ b/meson.build
@@ -35,6 +35,9 @@ if host_machine.system() == 'windows'
cdata.set('DLL_EXPORT', 1)
endif
+###################
+# glib-networking #
+###################
check_glib_networking_src = '''#include <gio/gio.h>
int main(void) {
return !g_tls_backend_supports_tls (g_tls_backend_get_default ());
@@ -48,6 +51,9 @@ if enable_tls_check
endif
endif
+##################
+# GSSAPI support #
+##################
enable_gssapi = get_option('enable-gssapi')
krb5_config_option = get_option('krb5-config')
if enable_gssapi
@@ -80,6 +86,9 @@ if enable_gssapi
endif
endif
+################
+# NTLM support #
+################
# NTLM not supported on Windows
if host_machine.system() != 'windows'
enable_ntlm = get_option('enable-ntlm')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]