summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-06-21 01:29:49 +0900
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commitff8b209595fb77a89a43a741e65a0b2c490d4143 (patch)
treea044fef7578156c0f921d36e3164aa58c2b9a158 /meson_options.txt
parent45e22824599407db1bd777fe012dfd2bccccf9ad (diff)
meson: make DNS-over-TLS support optional
This adds dns-over-tls option to meson. If set to 'false', systemd-resolved is not linked with libgnutls.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3ff9e5d28..487c43c55 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -249,6 +249,8 @@ option('gshadow', type : 'boolean',
# description : 'default DNS-over-TLS mode',
# choices : ['opportunistic', 'no'],
# value : 'no')
+# option('dns-over-tls', type : 'combo', choices : ['auto', 'true', 'false'],
+# description : 'DNS-over-TLS support')
# option('dns-servers', type : 'string',
# description : 'space-separated list of default DNS servers',
# value : '8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844')