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.
This commit is contained in:
José Fonseca 2009-01-24 10:28:39 +00:00
parent 18170bb51b
commit 9bd39eb3af
1 changed files with 0 additions and 2 deletions

View 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':