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

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