From e3d90a98ceb6cbf2bd7ab3b242692b0079a7e15a Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 30 May 2020 06:59:45 +0530 Subject: Support make option O_CTX8 for 8 contexts Note that this is not compatible with 4 contexts. --- misc/haiku/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/haiku') diff --git a/misc/haiku/Makefile b/misc/haiku/Makefile index 02d22a0..7c534e7 100644 --- a/misc/haiku/Makefile +++ b/misc/haiku/Makefile @@ -52,6 +52,10 @@ ifeq ($(O_NOMOUSE),1) CPPFLAGS += -DNOMOUSE endif +ifeq ($(O_CTX8),1) + CPPFLAGS += -DCTX8 +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