Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
9
meson_options.txt
Normal file
9
meson_options.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- mode: meson -*-
|
||||
option('pkgconfiglibdir', type : 'string', value : '', description : 'directory for standard pkg-config files')
|
||||
option('htmldir', type : 'string', value : '', description : 'directory for HTML documentation')
|
||||
|
||||
option('docs', type : 'combo', choices : ['false', 'html', 'man', '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('openssl', type : 'feature', value: 'auto', description : 'OpenSSL support')
|
Loading…
Add table
Add a link
Reference in a new issue