aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6190823..e4ed94a 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,10 @@ ifeq ($(O_NOLOC),1)
CPPFLAGS += -DNOLOCALE
endif
+ifeq ($(O_NOMOUSE),1)
+ CPPFLAGS += -DNOMOUSE
+endif
+
ifeq ($(shell $(PKG_CONFIG) ncursesw && echo 1),1)
CFLAGS_CURSES ?= $(shell $(PKG_CONFIG) --cflags ncursesw)
LDLIBS_CURSES ?= $(shell $(PKG_CONFIG) --libs ncursesw)