mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
graphics/nxglyphs/Makefile: Fixes error 'No rule to make target preconfig'
This commit is contained in:
parent
ef26c25994
commit
c6dbcb2b17
3 changed files with 5 additions and 2 deletions
|
|
@ -36,3 +36,4 @@
|
|||
MENUDESC = "Graphics Support"
|
||||
|
||||
include $(APPDIR)/Directory.mk
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,9 @@ else
|
|||
CXXSRCS += glyph_mediaplayer24x24.cxx glyph_mplayer_controls32x32.cxx
|
||||
endif
|
||||
|
||||
endif # CONFIG_NXWIDGETS
|
||||
|
||||
VPATH = src
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
endif # CONFIG_NXWIDGETS
|
||||
|
||||
|
|
|
|||
|
|
@ -249,6 +249,7 @@ namespace NXWidgets
|
|||
|
||||
bool modal(bool enable);
|
||||
|
||||
#ifdef CONFIG_NXTERM_NXKBDIN
|
||||
/**
|
||||
* Each window implementation also inherits from CCallback. CCallback,
|
||||
* by default, forwards NX keyboard input to the various widgets residing
|
||||
|
|
@ -263,7 +264,6 @@ namespace NXWidgets
|
|||
* directed to the widgets within the window.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_NXTERM_NXKBDIN
|
||||
inline void redirectNxTerm(NXTERM handle)
|
||||
{
|
||||
setNxTerm(handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue