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 af3ab2d9f3
commit 34e719c9b3

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