projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb3610e
)
Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS.
author
Adam Jackson
<ajax@freedesktop.org>
Mon, 25 Oct 2004 21:18:52 +0000
(21:18 +0000)
committer
Adam Jackson
<ajax@freedesktop.org>
Mon, 25 Oct 2004 21:18:52 +0000
(21:18 +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 517e00632b1639741a9c638651848e3bfe83e6d5..3e8ac6693e79d62a8002bb976d61ea9a57977805 100644
(file)
--- a/
src/mesa/drivers/dri/Makefile.template
+++ b/
src/mesa/drivers/dri/Makefile.template
@@
-75,7
+75,7
@@
default: depend symlinks $(LIB_DIR)/$(LIBNAME)
$(LIB_DIR)/$(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(WINOBJ) Makefile $(TOP)/src/mesa/drivers/dri/Makefile.template
- rm -f $@ && gcc -o $@ -shared $(OBJECTS) $(MESA_MODULES) $(WINOBJ) $(
GL
_LIB_DEPS)
+ rm -f $@ && gcc -o $@ -shared $(OBJECTS) $(MESA_MODULES) $(WINOBJ) $(
DRI
_LIB_DEPS)