Skip to content
Snippets Groups Projects
Commit 5c5d736e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix X11 build option checkbox

Similar problem as PulseAudio, but even grosser.
parent b662d95c
No related branches found
No related tags found
No related merge requests found
Pipeline #7292 failed
......@@ -56,9 +56,7 @@ ifndef win
endif
endif
else
ifeq ($(os),darwin)
CIOLIB-MT_CFLAGS += -DDISABLE_X11=1
endif
CIOLIB-MT_CFLAGS += -DDISABLE_X11=1 -DNO_X
endif
else
NO_X := 1
......
......@@ -16,9 +16,7 @@ ifdef win
else
OBJS += $(MTOBJODIR)$(DIRSEP)curs_cio$(OFILE)
endif
ifdef NO_X
CFLAGS += -DNO_X
else
ifndef NO_X
OBJS += $(MTOBJODIR)$(DIRSEP)x_events$(OFILE)
OBJS += $(MTOBJODIR)$(DIRSEP)x_cio$(OFILE)
NEED_BITMAP := 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment