Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 544bcb5

Browse files
committed
Clarify which xml tools are missing in meson error message
1 parent ba2d278 commit 544bcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ if not docs_opt.disabled()
587587
if xmllint_bin.found() and xsltproc_bin.found()
588588
docs_dep = declare_dependency()
589589
elif docs_opt.enabled()
590-
error('missing required tools for docs in HTML / man page format')
590+
error('missing required tools (xmllint and xsltproc needed) for docs in HTML / man page format')
591591
endif
592592
endif
593593

0 commit comments

Comments
 (0)