This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 3f04a28cbd6c268e7574ca867e5e87a1e07de558 Author: Matteo Golin <[email protected]> AuthorDate: Tue Jul 7 15:59:34 2026 -0400 games/NXDoom: Add LIBC_LOCALE dependency The locale functions of libc are necessary for some parts of NXDoom. Signed-off-by: Matteo Golin <[email protected]> --- games/NXDoom/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/games/NXDoom/Kconfig b/games/NXDoom/Kconfig index a30b6d8e6..cbf47a97a 100644 --- a/games/NXDoom/Kconfig +++ b/games/NXDoom/Kconfig @@ -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!
