Module: Mesa Branch: gallium-0.2 Commit: 9bd39eb3af492f3fe314dc7432f89109264f13f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bd39eb3af492f3fe314dc7432f89109264f13f6
Author: José Fonseca <jfons...@vmware.com> Date: Sat Jan 24 10:28:39 2009 +0000 scons: Don't build the DRI drivers in a seperate dir. DRI drivers can be build side by side with other non-DRI drivers, therefore there is no need to build gallium twice. --- scons/gallium.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/scons/gallium.py b/scons/gallium.py index 4825e40..bb4e3ab 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -192,8 +192,6 @@ def generate(env): # configuration. See also http://www.scons.org/wiki/AdvancedBuildExample build_topdir = 'build' build_subdir = env['platform'] - if env['dri']: - build_subdir += "-dri" if env['llvm']: build_subdir += "-llvm" if env['machine'] != 'generic': _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit