From 34e719c9b38b0475d49e92330bdc27d1e462ae15 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 24 Jan 2009 10:28:39 +0000 Subject: [PATCH] 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(-) diff --git a/scons/gallium.py b/scons/gallium.py index 9fa8d8ba89e..4438c108075 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': -- 2.30.2