diff options
author | Younes Manton <younes.m@gmail.com> | 2009-09-27 19:49:06 -0400 |
---|---|---|
committer | Younes Manton <younes.m@gmail.com> | 2009-09-27 19:49:06 -0400 |
commit | f547472bfa0a797adacc2a7688b4c1ba65381a80 (patch) | |
tree | df0070c8a239b105c512fa8cf24e8b776523558a /configure.ac | |
parent | da793b743462e84e3bca7a0ed7f24b4c942e0834 (diff) |
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
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 2881bb6bc2..143fd31a02 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="rbug draw translate cso_cache pipebuffer tgsi sct rtasm util indices" +GALLIUM_AUXILIARY_DIRS="rbug draw translate cso_cache pipebuffer tgsi sct rtasm util indices vl" GALLIUM_DRIVERS_DIRS="softpipe failover trace identity" GALLIUM_STATE_TRACKERS_DIRS="" |