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