From 9bd39eb3af492f3fe314dc7432f89109264f13f6 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 24 Jan 2009 10:28:39 +0000 Subject: 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 file changed, 2 deletions(-) (limited to 'scons') diff --git a/scons/gallium.py b/scons/gallium.py index 4825e4098c..bb4e3ab902 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': -- cgit v1.2.3