From 698b04c735f32418a55df34e21f210fc81f0a2d1 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 2 May 2006 08:32:46 +0000 Subject: move the pkg config flags for libdrm to the bottom --- src/mesa/drivers/dri/Makefile.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/Makefile.template') diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 4c6102a384..76be730173 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -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 ##### -- cgit v1.2.3