forked from xnvme/xnvme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
27 lines (20 loc) · 1.2 KB
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
option('with-libaio', type: 'feature', value: 'auto')
option('with-liburing', type: 'feature', value: 'auto')
option('with-libvfn', type: 'feature', value: 'auto')
option('with-spdk', type: 'boolean', value: true)
option('be_ramdisk', type: 'boolean', value: true)
option('cbi_admin_shim', type: 'boolean', value: true)
option('cbi_async_emu', type: 'boolean', value: true)
option('cbi_async_nil', type: 'boolean', value: true)
option('cbi_async_posix', type: 'boolean', value: true)
option('cbi_async_thrpool', type: 'boolean', value: true)
option('cbi_mem_posix', type: 'boolean', value: true)
option('cbi_sync_psync', type: 'boolean', value: true)
option('examples', type: 'boolean', value: true)
option('tests', type: 'boolean', value: true)
option('tools', type: 'boolean', value: true)
option('shared_library', type: 'boolean', value: true)
option('build_subprojects', type : 'boolean', value : true, yield : true)
option('enable-ysnp', type: 'boolean', value: true)
option('manpages', type: 'boolean', value: true, description: 'Install manpages for all CLI tools/examples/tests')
option('bash_completion', type: 'feature', value: 'disabled', description: 'Install bash-completions for all CLI tools/examples/tests')