OSDN Git Service

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>
Thu, 26 Feb 2009 13:45:47 +0000 (13:45 +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 9fa8d8b..4438c10 100644 (file)
@@ -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':