gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Thu, 10 Jul 2008 20:39:56 +0000 (22:39 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Thu, 10 Jul 2008 20:41:34 +0000 (22:41 +0200)
configs/default

index 336d59e8c14734ad23d237dd39f1b324ab92e946..ef9c5fda1eba59dc1e0717cc7bf769e1fe5a1e79 100644 (file)
@@ -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 =