From dc3f3471f8a00ce0c8fb4cbf2a31e299696f3bbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Jan 2023 05:13:00 +0100 Subject: Adding upstream version 2.3. Signed-off-by: Daniel Baumann --- meson_options.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index fd90511..04843ea 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -5,6 +5,7 @@ option('dracutrulesdir', type : 'string', value : 'lib/dracut/dracut.conf.d/', d option('systemddir', type : 'string', value : 'lib/systemd/system', description : 'directory for systemd files') option('htmldir', type : 'string', value : '', description : 'directory for HTML documentation') option('systemctl', type : 'string', value : '/usr/bin/systemctl', description : 'path to systemctl binary') - +option('nvme-tests', type : 'boolean', value : false, description: 'Run tests against real hardware') option('docs', type : 'combo', choices : ['false', 'html', 'man', 'all'], description : 'install documentation') -option('docs-build', type : 'boolean', value : false, description : 'build documentation') +option('docs-build', type : 'boolean', value : false, description : 'build documentation') +option('pdc-enabled', type: 'boolean', value : false, description : 'set default Persistent Discovery Controllers behavior') -- cgit v1.2.3