My build using the Docker image was working fine with 4.0.7. After update to 4.0.9 it has broken. I am getting errors during CMake config:
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find SDL2 (missing: SDL2_LIBRARY SDL2_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindSDL2.cmake:206 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
tests/loadtests/CMakeLists.txt:35 (find_package)
I tried changing `-s USE_SDL=2` to `--use-port=sdl2` but the problem still happens. I see nothing in the changelog to indicate any change regarding use of the SDL2 port.
Anyone know what changed and how to workaround it?
Regards
-Mark