From c6dbcb2b17fcd57dc6fa88b235d6e580a7e1d3ec Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 5 Apr 2019 14:41:00 -0600 Subject: [PATCH] graphics/nxglyphs/Makefile: Fixes error 'No rule to make target preconfig' --- graphics/Makefile | 1 + graphics/nxglyphs/Makefile | 4 +++- include/graphics/nxwidgets/cnxtkwindow.hxx | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/graphics/Makefile b/graphics/Makefile index dfff4b917..a21cc78ca 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -36,3 +36,4 @@ MENUDESC = "Graphics Support" include $(APPDIR)/Directory.mk + diff --git a/graphics/nxglyphs/Makefile b/graphics/nxglyphs/Makefile index d55030605..ef4e44294 100644 --- a/graphics/nxglyphs/Makefile +++ b/graphics/nxglyphs/Makefile @@ -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 + diff --git a/include/graphics/nxwidgets/cnxtkwindow.hxx b/include/graphics/nxwidgets/cnxtkwindow.hxx index d1ea308a9..cf1648b11 100644 --- a/include/graphics/nxwidgets/cnxtkwindow.hxx +++ b/include/graphics/nxwidgets/cnxtkwindow.hxx @@ -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);