From ff8b209595fb77a89a43a741e65a0b2c490d4143 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 21 Jun 2018 01:29:49 +0900 Subject: 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. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.3