Adding upstream version 2.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1d36de0179
commit
757b718eff
129 changed files with 16110 additions and 0 deletions
7
meson_options.txt
Normal file
7
meson_options.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
# -*- mode: meson -*-
|
||||
|
||||
option('man', type: 'boolean', value: false, description: 'build and install man pages')
|
||||
option('html', type: 'boolean', value: false, description: 'build and install html pages')
|
||||
option('readthedocs', type: 'boolean', value: false, description: 'to be used by Read-The-Docs documentation builder')
|
||||
option('libnvme-sel', type: 'combo', value: 'subproject', choices: ['subproject', 'pre-installed'], description: 'Select the libnvme to be used for testing. Either libnvme built as a "subproject", or libnvme already installed on the system.')
|
||||
option('rt_pymods_reqd', type: 'boolean', value: false, description: 'Make sure all run-time python modules are installed')
|
Loading…
Add table
Add a link
Reference in a new issue