1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[meson] bzip2 not available as pkg-config nor cmake on Debian

This commit is contained in:
Witold Filipczyk 2020-09-11 20:52:59 +02:00
parent 62419b1054
commit 9a96f3b77a

View File

@ -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')