rizin/subprojects/packagefiles/xz-5.6.4/meson_options.txt
NOT XVilka 495a79bfaf
subprojects: update lz4, xz, zstd libraries (#4958)
Co-authored-by: Anton Kochkov <anton.kochkov@gmail.com>
2025-03-04 02:44:53 +08:00

26 lines
1.3 KiB
Meson

option('decoder_arm', type : 'boolean', value : true)
option('decoder_armthumb', type : 'boolean', value : true)
option('decoder_delta', type : 'boolean', value : true)
option('decoder_ia64', type : 'boolean', value : true)
option('decoder_lzma1', type : 'boolean', value : true)
option('decoder_lzma2', type : 'boolean', value : true)
option('decoder_lz', type : 'boolean', value : true)
option('decoder_powerpc', type : 'boolean', value : true)
option('decoder_sparc', type : 'boolean', value : true)
option('decoder_x86', type : 'boolean', value : true)
option('encoder_arm', type : 'boolean', value : true)
option('encoder_armthumb', type : 'boolean', value : true)
option('encoder_delta', type : 'boolean', value : true)
option('encoder_ia64', type : 'boolean', value : true)
option('encoder_lzma1', type : 'boolean', value : true)
option('encoder_lzma2', type : 'boolean', value : true)
option('encoder_lz', type : 'boolean', value : true)
option('encoder_powerpc', type : 'boolean', value : true)
option('encoder_sparc', type : 'boolean', value : true)
option('encoder_x86', type : 'boolean', value : true)
option('filter_simple', type : 'boolean', value : true)
option('filter_lzma1', type : 'boolean', value : true)
option('filter_lz', type : 'boolean', value : true)
option('filter_delta', type : 'boolean', value : true)