nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [ndctl PATCH] ndctl/build: Default asciidoctor to enabled
@ 2022-01-07 19:31 Dan Williams
  0 siblings, 0 replies; only message in thread
From: Dan Williams @ 2022-01-07 19:31 UTC (permalink / raw)
  To: vishal.l.verma; +Cc: nvdimm

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(-)

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')


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-07 19:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 19:31 [ndctl PATCH] ndctl/build: Default asciidoctor to enabled Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).