Blame SOURCES/0085-ndctl-build-Default-asciidoctor-to-enabled.patch

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