aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-03-23 17:56:59 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-03-26 00:37:39 -0400
commitb3b57342ef1a9127b7a69ede3c7844f76c6d0c72 (patch)
treebcc06ed5d2026a52456473bd18a3c563737eacd0 /mesonbuild/backend/backends.py
parent3ca56dc778978dc591c83ea5d10c597bdbf5d746 (diff)
downloadmeson-b3b57342ef1a9127b7a69ede3c7844f76c6d0c72.zip
meson-b3b57342ef1a9127b7a69ede3c7844f76c6d0c72.tar.gz
meson-b3b57342ef1a9127b7a69ede3c7844f76c6d0c72.tar.bz2
tests: fix critical existence failure of doxygen test
It was totally subproject-unsafe, and setting a super bad example. This is bad, because doxygen is annoying to get right and we occasionally tell people to go use our example test case. There is a fun nuance here, that makes doxygen unpredictably work on some versions, and fail on others. Specifically, values must be quoted in doxygen 1.8, but not in doxygen 1.9, or they break -- but only if the output directory contains spaces. This was "fixed" in commit https://github.com/doxygen/doxygen/commit/ef91bacb7a69bbf7bccb4a864698cc003aabac66 which actually caused it to act like an unquoted OUTPUT_DIRECTORY is not provided at all, and then fixed for real in commit https://github.com/doxygen/doxygen/commit/eb3d1eb5ad85c94d6f2c32934fce2b8630331d6c For portability, it is necessary to quote this just to be on the safe side. Fixes #11579
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions