summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-01-24 10:28:39 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-02-26 13:45:47 +0000
commit34e719c9b38b0475d49e92330bdc27d1e462ae15 (patch)
tree5407b039a2404746d15db4796445917330a64937 /scons
parentaf3ab2d9f39c724b881a04190a39949ba911b864 (diff)
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.
Diffstat (limited to 'scons')
-rw-r--r--scons/gallium.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 9fa8d8ba89..4438c10807 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':