Message ID | 164158386600.302694.5479584050156277551.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 3a8d6e4bc90e899f751b881dc949e79daeeb04bb |
Headers | show |
Series | [ndctl] ndctl/build: Default asciidoctor to enabled | expand |
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')
The autotools build infra previously defaulted asciidoctor to enabled, do the same for Meson. Reported-by: Vishal Verma <vishal.l.verma@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)