graphics/nxglyphs/Makefile: Fixes error 'No rule to make target preconfig'

This commit is contained in:
Gregory Nutt 2019-04-05 14:41:00 -06:00
parent ef26c25994
commit c6dbcb2b17
3 changed files with 5 additions and 2 deletions

View File

@ -36,3 +36,4 @@
MENUDESC = "Graphics Support"
include $(APPDIR)/Directory.mk

View File

@ -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

View File

@ -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);