projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea7fe5
)
remove some unneeded includes
author
Dave Airlie
<airliedfreedesktop.org>
Tue, 2 May 2006 08:58:42 +0000
(08:58 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Tue, 2 May 2006 08:58:42 +0000
(08:58 +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
76be730
..
4a7a655
100644
(file)
--- a/
src/mesa/drivers/dri/Makefile.template
+++ b/
src/mesa/drivers/dri/Makefile.template
@@
-14,8
+14,7
@@
COMMON_SOURCES = \
ifeq ($(WINDOW_SYSTEM),dri)
WINOBJ=
WINLIB=
-INCLUDES = $(SHARED_INCLUDES) $(EXPAT_INCLUDES) \
- `pkg-config --cflags libdrm`
+INCLUDES = $(SHARED_INCLUDES) $(EXPAT_INCLUDES)
OBJECTS = $(C_SOURCES:.c=.o) \
$(ASM_SOURCES:.S=.o)
@@
-25,7
+24,6
@@
WINOBJ=
WINLIB=-L$(MESA)/src/glx/mini
MINIGLX_INCLUDES = -I$(TOP)/src/glx/mini
INCLUDES = $(MINIGLX_INCLUDES) \
- `pkg-config --cflags libdrm` \
$(SHARED_INCLUDES)
OBJECTS = $(C_SOURCES:.c=.o) \