Merging upstream version 1.1~rc0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
537ee18b08
commit
73281abe5f
764 changed files with 32602 additions and 5874 deletions
|
@ -1,8 +1,11 @@
|
|||
# -*- mode: meson -*-
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
option('version-tag', type : 'string', description : 'override the git version string')
|
||||
option('pkgconfiglibdir', type : 'string', value : '', description : 'directory for standard pkg-config files')
|
||||
option('htmldir', type : 'string', value : '', description : 'directory for HTML documentation')
|
||||
option('rstdir', type : 'string', value : '', description : 'directory for ReST documentation')
|
||||
|
||||
option('docs', type : 'combo', choices : ['false', 'html', 'man', 'all'], description : 'install documentation')
|
||||
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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue