summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/Makefile
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-02-11 09:55:20 -0800
committerDan Nicholson <dbn.lists@gmail.com>2009-02-11 11:55:59 -0800
commit277bf235f169c5ab885028360a5dfdf6a970616a (patch)
tree3c5f0fc8be3cef24029f76b4e741e2a805121d26 /src/gallium/state_trackers/egl/Makefile
parent36b83f519864e20a8ddd69b7ced55e89624a390a (diff)
Add external pixman CFLAGS after all internal include paths
With the pixman CFLAGS at the beginning of the command line, my build was picking up the glcore.h from glproto, which doesn't have any of the TFP fields in __GLcontextmodes. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'src/gallium/state_trackers/egl/Makefile')
-rw-r--r--src/gallium/state_trackers/egl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile
index 17d1a7a8e4..c9124b1c90 100644
--- a/src/gallium/state_trackers/egl/Makefile
+++ b/src/gallium/state_trackers/egl/Makefile
@@ -7,13 +7,13 @@ TOP = ../../../..
include ${TOP}/configs/current
CFLAGS += -g -Wall -Werror=implicit-function-declaration -fPIC \
- $(shell pkg-config --cflags pixman-1 xorg-server) \
-I${GALLIUMDIR}/include \
-I${GALLIUMDIR}/auxiliary \
-I${TOP}/src/mesa/drivers/dri/common \
-I${TOP}/src/mesa \
-I$(TOP)/include \
-I$(TOP)/src/egl/main \
+ $(shell pkg-config --cflags pixman-1 xorg-server) \
${LIBDRM_CFLAGS}
#############################################