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 ...@@ -56,9 +56,7 @@ ifndef win
endif endif
endif endif
else else
ifeq ($(os),darwin) CIOLIB-MT_CFLAGS += -DDISABLE_X11=1 -DNO_X
CIOLIB-MT_CFLAGS += -DDISABLE_X11=1
endif
endif endif
else else
NO_X := 1 NO_X := 1
......
...@@ -16,9 +16,7 @@ ifdef win ...@@ -16,9 +16,7 @@ ifdef win
else else
OBJS += $(MTOBJODIR)$(DIRSEP)curs_cio$(OFILE) OBJS += $(MTOBJODIR)$(DIRSEP)curs_cio$(OFILE)
endif endif
ifdef NO_X ifndef NO_X
CFLAGS += -DNO_X
else
OBJS += $(MTOBJODIR)$(DIRSEP)x_events$(OFILE) OBJS += $(MTOBJODIR)$(DIRSEP)x_events$(OFILE)
OBJS += $(MTOBJODIR)$(DIRSEP)x_cio$(OFILE) OBJS += $(MTOBJODIR)$(DIRSEP)x_cio$(OFILE)
NEED_BITMAP := 1 NEED_BITMAP := 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment