Browse Source

gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util

tags/mesa_20090313
Jakob Bornecrantz 17 years ago
parent
commit
5de823c00b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configs/default

+ 1
- 1
configs/default View 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 =

Loading…
Cancel
Save