mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
dd24407c71
commit
3f04a28cbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue