From 34e719c9b38b0475d49e92330bdc27d1e462ae15 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 9fa8d8ba89..4438c10807 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -191,8 +191,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