move the pkg config flags for libdrm to the bottom
authorDave Airlie <airliedfreedesktop.org>
Tue, 2 May 2006 08:32:46 +0000 (08:32 +0000)
committerDave Airlie <airliedfreedesktop.org>
Tue, 2 May 2006 08:32:46 +0000 (08:32 +0000)
src/mesa/drivers/dri/Makefile.template

index 4c6102a3844252262f10936296246032e70d8be3..76be730173a3c2e4a133664222d6d44429c82a07 100644 (file)
@@ -39,7 +39,6 @@ SHARED_INCLUDES = \
        -I. \
        -I$(TOP)/src/mesa/drivers/dri/common \
        -Iserver \
-       `pkg-config --cflags libdrm` \
        -I$(TOP)/include \
        -I$(TOP)/include/GL/internal \
        -I$(TOP)/src/mesa \
@@ -51,7 +50,8 @@ SHARED_INCLUDES = \
        -I$(TOP)/src/mesa/swrast \
        -I$(TOP)/src/mesa/swrast_setup \
        -I$(TOP)/src/egl/main \
-       -I$(TOP)/src/egl/drivers/dri
+       -I$(TOP)/src/egl/drivers/dri \
+       `pkg-config --cflags libdrm`
 
 ##### RULES #####