diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-01-24 10:28:39 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-01-24 10:28:39 +0000 |
commit | 9bd39eb3af492f3fe314dc7432f89109264f13f6 (patch) | |
tree | cce866456be1dda6297253bf1fc9d6e1745332fa /scons | |
parent | 18170bb51b27fbcef44d84c783511360151a53d4 (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.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index 4825e4098c7..bb4e3ab902b 100644 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -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': |