diff options
author | Jakob Bornecrantz <[email protected]> | 2010-05-04 12:06:37 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-05-12 20:15:23 +0100 |
commit | 2c3fb4ecce27f4c2468892241216a06fc77143c4 (patch) | |
tree | 45f260c070edf2a7c480747077d30f8c99dcb0b4 /configure.ac | |
parent | 92b1908db89f23ee05f8d0da5307529440bc7560 (diff) |
rbug: Break out of trace
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 4acc6d5bacc..7f6f8db2463 100644 --- a/configure.ac +++ b/configure.ac @@ -474,7 +474,7 @@ GLU_DIRS="sgi" GALLIUM_DIRS="auxiliary drivers state_trackers" GALLIUM_TARGET_DIRS="" GALLIUM_WINSYS_DIRS="sw" -GALLIUM_DRIVERS_DIRS="softpipe failover trace identity" +GALLIUM_DRIVERS_DIRS="softpipe failover trace rbug identity" GALLIUM_STATE_TRACKERS_DIRS="" case "$mesa_driver" in |