From 3945f3269b3e2763faa1ab22d225ca4dd1856b82 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 14 Jul 2022 20:53:09 +0200 Subject: Adding upstream version 1.0. Signed-off-by: Daniel Baumann --- meson_options.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..f5cac6e --- /dev/null +++ b/meson_options.txt @@ -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') -- cgit v1.2.3