The autotools build infra previously defaulted asciidoctor to enabled, do the same for Meson.
Reported-by: Vishal Verma <[email protected]> Signed-off-by: Dan Williams <[email protected]> --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 95312bfcb0d3..aa4a6dc8e12a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ option('version-tag', type : 'string', description : 'override the git version string') option('docs', type : 'feature', value : 'enabled') -option('asciidoctor', type : 'feature', value : 'disabled') +option('asciidoctor', type : 'feature', value : 'enabled') option('systemd', type : 'feature', value : 'enabled') option('keyutils', type : 'feature', value : 'enabled', description : 'enable nvdimm device passphrase management')
