-rw-r--r-- | scripts/lxdialog/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/lxdialog/Makefile b/scripts/lxdialog/Makefile index b34bbc3..6d05cfd 100644 --- a/scripts/lxdialog/Makefile +++ b/scripts/lxdialog/Makefile @@ -15,8 +15,14 @@ else endif endif endif +ifeq ($(filter clean mrproper distclean,$(MAKECMDGOALS)),) +ifeq ($(filter -DCURSES_LOC%,$(HOST_EXTRACFLAGS)),) +$(error Unable to locate ncurses.h or curses.h) +endif +endif + host-progs := lxdialog always := $(host-progs) lxdialog-objs := checklist.o menubox.o textbox.o yesno.o inputbox.o \ |