From 05290636e730b8017b054b912deed73b73f8474e Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Sat, 23 Dec 2023 16:17:40 +0100 Subject: [PATCH] Document FindSDL2_mixer as a workaround --- docs/Contributing/workarounds.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Contributing/workarounds.rst b/docs/Contributing/workarounds.rst index d3a4f7a2cc..7b12fbf06b 100644 --- a/docs/Contributing/workarounds.rst +++ b/docs/Contributing/workarounds.rst @@ -7,5 +7,8 @@ Workarounds This page lists workarounds in the code. They should be checked from time to time and removed once they are no longer needed. +#. The file ``cmake/FindSDL2_mixer.cmake`` is needed for SDL2_mixer 2.0, which + didn't have CMake support. CMake support was introduced in SDL2_mixer 2.5, + but Ubuntu 22.04 is stuck with SDL2_mixer 2.0.4. #. The macOS CI installs a fixed Python version to work around a bug in Meson. (``.github/workflows/build.yaml``)