Changes to allow the font subsystem to be built without enabling the entire...
Changes to allow the font subsystem to be built without enabling the entire graphics system (CONFIG_NX). Adds CONFIG_NXFONTS and CONFIG_NXGLIB. NX and NXFONTS are still pretty heavily entangled Squashed commit of the following: libnx: Need to duplicate some Kconfig setting for NXFONTs if it can be configured and built independently of NX. Also includes some build-related fixes. configs/sim: Disable NX graphics support in the fb configuration. libnx: Basic configuration and build changes to support building font support independend of the NX server.
Showing
- Directories.mk 6 additions, 1 deletionDirectories.mk
- FlatLibs.mk 4 additions, 1 deletionFlatLibs.mk
- Kconfig 1 addition, 0 deletionsKconfig
- KernelLibs.mk 3 additions, 0 deletionsKernelLibs.mk
- ProtectedLibs.mk 5 additions, 5 deletionsProtectedLibs.mk
- configs/sim/fb/defconfig 0 additions, 6 deletionsconfigs/sim/fb/defconfig
- graphics/Kconfig 8 additions, 312 deletionsgraphics/Kconfig
- graphics/README.txt 3 additions, 4 deletionsgraphics/README.txt
- libnx/Kconfig 10 additions, 0 deletionslibnx/Kconfig
- libnx/nx/Kconfig 4 additions, 0 deletionslibnx/nx/Kconfig
- libnx/nxfonts/Kconfig 401 additions, 0 deletionslibnx/nxfonts/Kconfig
- libnx/nxfonts/Make.defs 1 addition, 1 deletionlibnx/nxfonts/Make.defs
- libnx/nxfonts/nxfonts_cache.c 16 additions, 16 deletionslibnx/nxfonts/nxfonts_cache.c
- libnx/nxfonts/nxfonts_convert.c 2 additions, 2 deletionslibnx/nxfonts/nxfonts_convert.c
- libnx/nxglib/Kconfig 9 additions, 0 deletionslibnx/nxglib/Kconfig
- libnx/nxglib/Make.defs 11 additions, 3 deletionslibnx/nxglib/Make.defs
- libnx/nxglib/nxglib_circlepts.c 0 additions, 16 deletionslibnx/nxglib/nxglib_circlepts.c
- libnx/nxglib/nxglib_circletraps.c 0 additions, 16 deletionslibnx/nxglib/nxglib_circletraps.c
- libnx/nxmu/Kconfig 4 additions, 0 deletionslibnx/nxmu/Kconfig
- libnx/nxtk/Kconfig 4 additions, 0 deletionslibnx/nxtk/Kconfig
Loading
Please register or sign in to comment