diff options
author | José Fonseca <[email protected]> | 2010-01-02 20:22:52 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-01-02 20:22:52 +0000 |
commit | c978ab017d103e60e7e69b6a7857a70baca29e7b (patch) | |
tree | 5dacd0077615ef67e38c9e29d0de553403509dff /configs/default | |
parent | 995c3420186cad609b8a785be0d76f17096bf14d (diff) |
gallium: Hunt down all references to GALLIUM_AUXILIARY_DIRS.
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/default b/configs/default index d745d5bc57e..94beca4fa67 100644 --- a/configs/default +++ b/configs/default @@ -94,7 +94,6 @@ EGL_DRIVERS_DIRS = demo # Gallium directories and GALLIUM_DIRS = auxiliary drivers state_trackers -GALLIUM_AUXILIARY_DIRS = rbug draw translate cso_cache pipebuffer tgsi rtasm util indices vl GALLIUM_AUXILIARIES = $(TOP)/src/gallium/auxiliary/libgallium.a GALLIUM_DRIVERS_DIRS = softpipe failover svga i915 i965 trace identity GALLIUM_DRIVERS = $(foreach DIR,$(GALLIUM_DRIVERS_DIRS),$(TOP)/src/gallium/drivers/$(DIR)/lib$(DIR).a) |