projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0157624
)
move the pkg config flags for libdrm to the bottom
author
Dave Airlie
<airliedfreedesktop.org>
Tue, 2 May 2006 08:32:46 +0000
(08:32 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Tue, 2 May 2006 08:32:46 +0000
(08:32 +0000)
src/mesa/drivers/dri/Makefile.template
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/Makefile.template
b/src/mesa/drivers/dri/Makefile.template
index 4c6102a3844252262f10936296246032e70d8be3..76be730173a3c2e4a133664222d6d44429c82a07 100644
(file)
--- 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 #####