From: Alex Xu (Hello71) Date: Tue, 7 Sep 2021 22:58:48 +0000 (-0400) Subject: meson: make asciidoc optional X-Git-Tag: v2.38-rc1~254^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00b8a51f88b539e317a437bbbf847ce9101502bd;p=thirdparty%2Futil-linux.git meson: make asciidoc optional it should be under an option like autoconf, but cba to do that now, and this is an improvement over the status quo. --- diff --git a/meson.build b/meson.build index c1fdce8136..cac9da5ab8 100644 --- a/meson.build +++ b/meson.build @@ -3051,7 +3051,7 @@ if build_libuuid 'libuuid/man/uuid_generate_time_safe.3'] endif -asciidoctor = find_program('asciidoctor') +asciidoctor = find_program('asciidoctor', required : false) if asciidoctor.found() foreach adoc : manadocs name = adoc.split('/')[-1]