mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
28de00a90a
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.
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
source libnx/nx/Kconfig
|
|
source libnx/nxfonts/Kconfig
|
|
source libnx/nxglib/Kconfig
|
|
source libnx/nxmu/Kconfig
|
|
source libnx/nxtk/Kconfig
|