scons: Don't build the DRI drivers in a seperate dir.
authorJosé Fonseca <jfonseca@vmware.com>
Sat, 24 Jan 2009 10:28:39 +0000 (10:28 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 24 Jan 2009 10:28:39 +0000 (10:28 +0000)
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

index 4825e4098c72341e74fb6cfe50c66ea6634b4370..bb4e3ab902b4f3282a4073c8985561e905b6924f 100644 (file)
@@ -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':