diff options
author | Keith Whitwell <[email protected]> | 2008-04-15 15:07:50 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-15 15:07:50 +0100 |
commit | 08861688d3ca7a798345747a549597a52dcb6f98 (patch) | |
tree | 8f5e30da7d9f3d67f04b628b7cd0763960209048 /configs/default | |
parent | 8cac6f3fcf9d6c08959efc20f8fce9eddbdcd0ef (diff) |
gallium: add translate directory
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
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) |