Merging upstream version 1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
34cf2bc5f8
commit
ae07fb4ed6
803 changed files with 4523 additions and 1325 deletions
|
@ -1,7 +1,6 @@
|
|||
# -*- 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')
|
||||
|
||||
|
@ -10,3 +9,4 @@ option('docs-build', type : 'boolean', value : false, description : 'build docu
|
|||
|
||||
option('python', type : 'combo', choices : ['auto', 'true', 'false'], description : 'Generate libnvme python bindings')
|
||||
option('openssl', type : 'feature', value: 'auto', description : 'OpenSSL support')
|
||||
option('libdbus', type : 'feature', value: 'auto', description : 'libdbus support')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue