diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index ab565c90..fa033bf2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,6 +22,12 @@ option('ntlm_auth', description : 'Where to look for ntlm_auth, path points to ntlm_auth installation (defaultly looking in PATH)' ) +option('brotli', + type : 'boolean', + value : true, + description : 'Build with Brotli decompression support' +) + option('tls_check', type : 'boolean', value : true, |