diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-04-21 18:32:42 +0100 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-04-21 18:32:42 +0100 |
commit | 6bd4bc785e587ac86231349648595fc0e136f10d (patch) | |
tree | e2fd11307a18f5350bc1fec2b6eeee38bb0fffc3 /configure.ac | |
parent | 584303ac8ef60129a9e4281963ebb3b3e16e96ac (diff) | |
download | mesa-6bd4bc785e587ac86231349648595fc0e136f10d.tar.gz |
Update GALLIUM_AUXILIARY_DIRS in configure.ac to match configs/default.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4fe8a1a5f5..8412cdce7ff 100644 --- a/configure.ac +++ b/configure.ac @@ -417,7 +417,7 @@ WINDOW_SYSTEM="" GALLIUM_DIRS="auxiliary drivers state_trackers" GALLIUM_WINSYS_DIRS="" GALLIUM_WINSYS_DRM_DIRS="" -GALLIUM_AUXILIARY_DIRS="draw translate cso_cache pipebuffer tgsi sct rtasm util" +GALLIUM_AUXILIARY_DIRS="draw translate cso_cache pipebuffer tgsi sct rtasm util indices" GALLIUM_DRIVERS_DIRS="softpipe failover trace" GALLIUM_STATE_TRACKERS_DIRS="" |