Clarify which xml tools are missing in meson error message
authorMagnus Hagander <magnus@hagander.net>
Thu, 11 Jan 2024 13:55:43 +0000 (14:55 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 11 Jan 2024 13:55:43 +0000 (14:55 +0100)
meson.build

index 57f9735feb06df09248a39f48d4af6b54aa1c4c5..c317144b6bc59e0012a5585c1c4c6a297c7e21e7 100644 (file)
@@ -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