graphics/nxglyphs/Makefile: Fixes error 'No rule to make target preconfig'
This commit is contained in:
parent
ef26c25994
commit
c6dbcb2b17
@ -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…
x
Reference in New Issue
Block a user