summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: f5cac6eb69a07a38f62fa5d4f70becc560c5dd80 (plain)
1
2
3
4
5
6
7
8
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')