From e664b2d29f67724789d3a4a083ef07c13bec8904 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 14 Feb 2020 08:21:30 +0530 Subject: Compile option O_NOMOUSE to disable mouse support --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3-70-g09d2