diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-07-10 22:39:56 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-07-10 22:41:34 +0200 |
commit | 5de823c00b484b435eb85f2f9360eb669b768a28 (patch) | |
tree | f9ab628057c6fd1ae9368ccc79a5e9f49d1ae1ec /configs | |
parent | bae90edfdae0eac6c844ede21285453ef96a4f6e (diff) |
gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 336d59e8c1..ef9c5fda1e 100644 --- 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 = |