Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cd3404518a
commit
4776b16754
795 changed files with 3047 additions and 1805 deletions
|
@ -7,6 +7,8 @@ option('rstdir', type : 'string', value : '', description : 'directory for ReST
|
|||
option('docs', type : 'combo', choices : ['false', 'html', 'man', 'rst', 'all'], description : 'install documentation')
|
||||
option('docs-build', type : 'boolean', value : false, description : 'build documentation')
|
||||
|
||||
option('python', type : 'combo', choices : ['auto', 'true', 'false'], description : 'Generate libnvme python bindings')
|
||||
option('python', type : 'feature', value: 'auto', description : 'Generate libnvme python bindings')
|
||||
option('openssl', type : 'feature', value: 'auto', description : 'OpenSSL support')
|
||||
option('libdbus', type : 'feature', value: 'auto', description : 'libdbus support')
|
||||
option('libdbus', type : 'feature', value: 'disabled', description : 'libdbus support')
|
||||
option('json-c', type : 'feature', value: 'auto', description : 'JSON support')
|
||||
option('keyutils', type: 'feature', value: 'auto', description: 'keyutils support')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue