mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
There is no host variant for SDL2 library in Buildroot. So the qemu build system will try to detect automatically the external SDL2 libraries installed on the host. $ ldd output/host/bin/qemu-system-aarch64 [...] libSDL2-2.0.so.0 => /lib64/libSDL2-2.0.so.0 Disable explicitely sdl2 options (named sdl) to improve the build reproducibility. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>