projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af3ab2d
)
scons: Don't build the DRI drivers in a seperate dir.
author
José Fonseca
<jfonseca@vmware.com>
Sat, 24 Jan 2009 10:28:39 +0000
(10:28 +0000)
committer
José 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
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index 9fa8d8ba89eea45b4148ac5a1cc1ece460212513..4438c10807534c7d55d2abaf27bf9e1abd9642ef 100644
(file)
--- 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':