projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae90ed
)
gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util
author
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Thu, 10 Jul 2008 20:39:56 +0000
(22:39 +0200)
committer
Jakob Bornecrantz
<jakob@tungstengraphics.com>
Thu, 10 Jul 2008 20:41:34 +0000
(22:41 +0200)
configs/default
patch
|
blob
|
history
diff --git
a/configs/default
b/configs/default
index 336d59e8c14734ad23d237dd39f1b324ab92e946..ef9c5fda1eba59dc1e0717cc7bf769e1fe5a1e79 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
util translate cso_cache pipebuffer tgsi sct rtasm
+GALLIUM_AUXILIARY_DIRS = draw
translate cso_cache pipebuffer tgsi sct 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_WINSYS_COMMON_DIRS =