diff options
author | Corbin Simpson <MostAwesomeDude@gmail.com> | 2010-06-22 22:00:43 -0700 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2010-06-22 22:49:13 -0700 |
commit | 256097858881323d0b6ece248be163bb157f43aa (patch) | |
tree | 15ba5a8ffb90a6af27f60c072812d5578f587596 /configure.ac | |
parent | d3ad6fa579d89d8c3ee27882d5baf8f8d2ecb3ea (diff) |
configure: Add galahad to default build.
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 7f5db0975d..5cfdd45eca 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 rbug identity" +GALLIUM_DRIVERS_DIRS="softpipe failover galahad trace rbug identity" GALLIUM_STATE_TRACKERS_DIRS="" case "$mesa_driver" in |