mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[meson] bzip2 not available as pkg-config nor cmake on Debian
This commit is contained in:
parent
62419b1054
commit
9a96f3b77a
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user