Rename some meson build options to match autoconf convention
This commit is contained in:
@@ -8,21 +8,21 @@
|
||||
# in the COPYING file in the root directory of this source tree).
|
||||
# #############################################################################
|
||||
|
||||
option('multithread_support', type: 'boolean', value: true,
|
||||
option('enable-multithread', type: 'boolean', value: true,
|
||||
description: 'Enable multi-threading when pthread is detected')
|
||||
option('legacy_support', type: 'string', value: '5',
|
||||
option('with-legacy-support', type: 'string', value: '5',
|
||||
description: 'Support any legacy format: true or false, or 7 to 1 for v0.7+ to v0.1+')
|
||||
option('build_programs', type: 'boolean', value: true,
|
||||
option('with-programs', type: 'boolean', value: true,
|
||||
description: 'Enable programs build')
|
||||
option('build_contrib', type: 'boolean', value: false,
|
||||
option('with-contrib', type: 'boolean', value: false,
|
||||
description: 'Enable contrib build')
|
||||
option('build_tests', type: 'boolean', value: false,
|
||||
option('with-tests', type: 'boolean', value: false,
|
||||
description: 'Enable tests build')
|
||||
option('use_static_runtime', type: 'boolean', value: false,
|
||||
option('enable-static-runtime', type: 'boolean', value: false,
|
||||
description: 'Link to static run-time libraries on MSVC')
|
||||
option('zlib_support', type: 'boolean', value: false,
|
||||
option('enable-zlib', type: 'boolean', value: false,
|
||||
description: 'Enable zlib support')
|
||||
option('lzma_support', type: 'boolean', value: false,
|
||||
option('enable-lzma', type: 'boolean', value: false,
|
||||
description: 'Enable lzma support')
|
||||
option('lz4_support', type: 'boolean', value: false,
|
||||
option('enable-lz4', type: 'boolean', value: false,
|
||||
description: 'Enable lz4 support')
|
||||
|
||||
Reference in New Issue
Block a user