From: Keith Whitwell Date: Fri, 18 Apr 2008 16:33:49 +0000 (+0100) Subject: gallium: reorder libs so that translate can see rtasm X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59ba8ea00b0d80c48678f6e22d33ca638e19be75;p=mesa.git gallium: reorder libs so that translate can see rtasm --- diff --git a/configs/default b/configs/default index 462e06d770a..04604f80067 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 cso_cache pipebuffer tgsi rtasm util sct translate +GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi sct translate 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_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVER_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a)