]> git.ipfire.org Git - thirdparty/xz.git/commit
Doxygen: Set HAVE_DOT = NO
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Apr 2025 13:21:50 +0000 (16:21 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Apr 2025 16:00:20 +0000 (19:00 +0300)
commit4f86e77bef8918b0c64183590609357a275558d8
tree21ebe38650dec96f603b1254803a3d87f2c3284a
parentff96542d1c78f744d992be5890c95d90b2d19047
Doxygen: Set HAVE_DOT = NO

Debian and Ubuntu have a patch that changes the upstream default to
HAVE_DOT = YES. Undo it to have more consistent results across distros.

This was noticed in Ubuntu CI runner where "doxygen" tried to run "dot"
but that failed due to "dot" not being installed. "doxygen" still
finished with exit status 0 until the commit that turned warnings to
errors with WARN_AS_ERROR = FAIL_ON_WARNINGS.
doxygen/Doxyfile