From 544bcb5a5e778e8ef8d784de611c5f85bc33433c Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 11 Jan 2024 14:55:43 +0100 Subject: [PATCH] Clarify which xml tools are missing in meson error message --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 57f9735feb..c317144b6b 100644 --- a/meson.build +++ b/meson.build @@ -587,7 +587,7 @@ if not docs_opt.disabled() if xmllint_bin.found() and xsltproc_bin.found() docs_dep = declare_dependency() elif docs_opt.enabled() - error('missing required tools for docs in HTML / man page format') + error('missing required tools (xmllint and xsltproc needed) for docs in HTML / man page format') endif endif