From: Jakob Bornecrantz Date: Thu, 10 Jul 2008 20:39:56 +0000 (+0200) Subject: gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5de823c00b484b435eb85f2f9360eb669b768a28;p=mesa.git gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util --- diff --git a/configs/default b/configs/default index 336d59e8c14..ef9c5fda1eb 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 =