From 9a96f3b77a0e6f6b7eadd90ab089eb80da3cb230 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 11 Sep 2020 20:52:59 +0200 Subject: [PATCH] [meson] bzip2 not available as pkg-config nor cmake on Debian --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index e0e6ec6fb..8358a3801 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -42,7 +42,7 @@ option('xterm', type: 'boolean', value: false, description: 'how to invoke the X option('gpm', type: 'boolean', value: true, description: 'gpm (mouse) support') option('terminfo', type: 'boolean', value: false, description: 'terminfo support') option('zlib', type: 'boolean', value: true, description: 'zlib support') -option('bzlib', type: 'boolean', value: true, description: 'bzip2 support') +option('bzlib', type: 'boolean', value: false, description: 'bzip2 support') option('brotli', type: 'boolean', value: false, description: 'brotli support') option('zstd', type: 'boolean', value: false, description: 'zstd support') option('idn', type: 'boolean', value: true, description: 'international domain names support')