diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-12-07 17:14:02 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2007-12-09 12:05:27 +1100 |
commit | 75ec482001b0c8f386327c2fe5ff8ac4aee43582 (patch) | |
tree | 520abce5d91c9394f44d1ecb74074d03345eb546 /src/mesa | |
parent | 2636ea5758d8f5c2845e9e9f9d317be35d058e1f (diff) |
Disable swrast, swrast_setup and driverfuncs in the build.
The gallium/state tracker no longer uses them and this speeds up the build a bit.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/sources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index 8286e558d6..2f16af3aa4 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -80,7 +80,7 @@ MATH_SOURCES = \ math/m_vector.c \ math/m_xform.c -SWRAST_SOURCES = \ +__SWRAST_SOURCES = \ swrast/s_aaline.c \ swrast/s_aatriangle.c \ swrast/s_accum.c \ @@ -111,7 +111,7 @@ SWRAST_SOURCES = \ swrast/s_triangle.c \ swrast/s_zoom.c -SWRAST_SETUP_SOURCES = \ +__SWRAST_SETUP_SOURCES = \ swrast_setup/ss_context.c \ swrast_setup/ss_triangle.c @@ -326,7 +326,7 @@ SPARC_SOURCES = \ SPARC_API = \ sparc/glapi_sparc.S -COMMON_DRIVER_SOURCES = \ +__COMMON_DRIVER_SOURCES = \ drivers/common/driverfuncs.c X11_DRIVER_SOURCES = \ |