We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2d278 commit 544bcb5Copy full SHA for 544bcb5
meson.build
@@ -587,7 +587,7 @@ if not docs_opt.disabled()
587
if xmllint_bin.found() and xsltproc_bin.found()
588
docs_dep = declare_dependency()
589
elif docs_opt.enabled()
590
- 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')
591
endif
592
593
0 commit comments