From: Keith Whitwell Date: Tue, 15 Apr 2008 14:07:50 +0000 (+0100) Subject: gallium: add translate directory X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=08861688d3ca7a798345747a549597a52dcb6f98;p=mesa.git gallium: add translate directory --- diff --git a/configs/default b/configs/default index f0146c50cee..462e06d770a 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 +GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi rtasm util sct translate 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)