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
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-06-20 22:28:01 +0200
commit56ddbf1009a16e2c2b063f3c3d41e1416b0fc17a (patch)
tree161737747d144bd5796a2552f1faaefa46d04bff /meson_options.txt
parent4e6acc912dfa8d7460265d35e2f34a03622ee8d4 (diff)
downloadsystemd-56ddbf1009a16e2c2b063f3c3d41e1416b0fc17a.tar.gz
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 58ee0daad6..16c1f2b2fa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -195,6 +195,8 @@ option('default-dns-over-tls', type : 'combo',
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')