Skip to content
Snippets Groups Projects
Commit 782b75c0 authored by deuce's avatar deuce
Browse files

X11 header path needs to be included in XPDEV-MT_CLFAGS, not just the

local CFLAGS.
parent 45945436
Branches
Tags
No related merge requests found
......@@ -137,3 +137,4 @@ else
endif
endif
XPDEV-MT_CFLAGS += -I$(X_HEADERS)
......@@ -12,7 +12,6 @@ ifeq ($(shell if [ -f /usr/include/alsa/asoundlib.h ] ; then echo YES ; fi),YES)
endif
MT_CFLAGS += $(XPDEV-MT_CFLAGS)
MT_CFLAGS += -I$(X_HEADERS)
ifdef WITH_SDL
MTOBJS += $(MTOBJODIR)$(DIRSEP)sdlfuncs$(OFILE)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment