projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b97c76
)
gallium: reorder libs so that translate can see rtasm
author
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 18 Apr 2008 16:33:49 +0000
(17:33 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Fri, 18 Apr 2008 17:32:37 +0000
(18:32 +0100)
configs/default
patch
|
blob
|
history
diff --git
a/configs/default
b/configs/default
index 462e06d770af19d01c859c48157006e2ee400db7..04604f8006717ed709f16fcf7ee537b9a0df300d 100644
(file)
--- a/
configs/default
+++ b/
configs/default
@@
-68,7
+68,7
@@
PROGRAM_DIRS = demos redbook samples glsl xdemos
# Gallium directories and
-GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi
rtasm util sct translate
+GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi
sct translate rtasm util
GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a)
GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover
GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)