|
|
e0018b |
From 3a8d6e4bc90e899f751b881dc949e79daeeb04bb Mon Sep 17 00:00:00 2001
|
|
|
e0018b |
From: Dan Williams <dan.j.williams@intel.com>
|
|
|
e0018b |
Date: Fri, 7 Jan 2022 11:31:06 -0800
|
|
|
e0018b |
Subject: [PATCH 085/217] ndctl/build: Default asciidoctor to enabled
|
|
|
e0018b |
|
|
|
e0018b |
The autotools build infra previously defaulted asciidoctor to enabled, do
|
|
|
e0018b |
the same for Meson.
|
|
|
e0018b |
|
|
|
e0018b |
Link: https://lore.kernel.org/r/164158386600.302694.5479584050156277551.stgit@dwillia2-desk3.amr.corp.intel.com
|
|
|
e0018b |
Reported-by: Vishal Verma <vishal.l.verma@intel.com>
|
|
|
e0018b |
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
|
|
|
e0018b |
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
|
|
|
e0018b |
---
|
|
|
e0018b |
meson_options.txt | 2 +-
|
|
|
e0018b |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
e0018b |
|
|
|
e0018b |
diff --git a/meson_options.txt b/meson_options.txt
|
|
|
e0018b |
index 95312bf..aa4a6dc 100644
|
|
|
e0018b |
--- a/meson_options.txt
|
|
|
e0018b |
+++ b/meson_options.txt
|
|
|
e0018b |
@@ -1,7 +1,7 @@
|
|
|
e0018b |
option('version-tag', type : 'string',
|
|
|
e0018b |
description : 'override the git version string')
|
|
|
e0018b |
option('docs', type : 'feature', value : 'enabled')
|
|
|
e0018b |
-option('asciidoctor', type : 'feature', value : 'disabled')
|
|
|
e0018b |
+option('asciidoctor', type : 'feature', value : 'enabled')
|
|
|
e0018b |
option('systemd', type : 'feature', value : 'enabled')
|
|
|
e0018b |
option('keyutils', type : 'feature', value : 'enabled',
|
|
|
e0018b |
description : 'enable nvdimm device passphrase management')
|
|
|
e0018b |
--
|
|
|
e0018b |
2.27.0
|
|
|
e0018b |
|