anchao opened a new pull request, #15868: URL: https://github.com/apache/nuttx/pull/15868
## Summary libs/libnx: do not generate resource if CONFIG_NX is not enabled To avoid generate resource if CONFIG_NX is disabled: ``` | $ make -j12 | Create version.h | CPP: nxfonts_convert.c-> nxfonts_convert_8bpp.i | CPP: nxfonts_convert.c-> nxfonts_convert_24bpp.i ``` Signed-off-by: chao an <anchao.arc...@bytedance.com> ## Impact N/A ## Testing ./tools/configure.sh sim/libcxxtest -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org