Mesa (master): Add external pixman CFLAGS after all internal include paths

Dan Nicholson dbn at kemper.freedesktop.org
Wed Feb 11 19:59:53 UTC 2009


Module: Mesa
Branch: master
Commit: 277bf235f169c5ab885028360a5dfdf6a970616a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=277bf235f169c5ab885028360a5dfdf6a970616a

Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed Feb 11 09:55:20 2009 -0800

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 at gmail.com>

---

 src/gallium/state_trackers/egl/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile
index 17d1a7a..c9124b1 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}
 
 #############################################




More information about the mesa-commit mailing list