mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
libnx: Simplify some of the duplicated NX/NXFONTS configuration.
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
config NX
|
config NX
|
||||||
bool "NX Graphics"
|
bool "NX Graphics"
|
||||||
default n
|
default n
|
||||||
|
select NXGLIB
|
||||||
|
select NXFONTS
|
||||||
---help---
|
---help---
|
||||||
Enables overall support for graphics library and NX
|
Enables overall support for graphics library and NX
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
config NXFONTS
|
config NXFONTS
|
||||||
bool "Bitmap Font Support"
|
bool "Bitmap Font Support"
|
||||||
default n if !NX
|
default n
|
||||||
default y if NX
|
select NXGLIB
|
||||||
---help---
|
---help---
|
||||||
Enable support for bitmap fonts, the fonter rendering library, and a
|
Enable support for bitmap fonts, the fonter rendering library, and a
|
||||||
font cache.
|
font cache.
|
||||||
|
|||||||
@@ -5,5 +5,4 @@
|
|||||||
|
|
||||||
config NXGLIB
|
config NXGLIB
|
||||||
bool
|
bool
|
||||||
default y if NX || NXFONTS
|
default n
|
||||||
default n if !NX && !NXFONTS
|
|
||||||
|
|||||||
Reference in New Issue
Block a user