games/NXDoom: Add LIBC_LOCALE dependency

The locale functions of libc are necessary for some parts of NXDoom.

Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
This commit is contained in:
Matteo Golin 2026-07-07 15:59:34 -04:00 committed by CeDeROM
parent dd24407c71
commit 3f04a28cbd

View file

@ -9,6 +9,7 @@ config GAMES_NXDOOM
depends on ALLOW_GPL_COMPONENTS
depends on VIDEO_FB
depends on CRYPTO
depends on LIBC_LOCALE
---help---
Play DOOM on NuttX!