projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18170bb
)
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>
Sat, 24 Jan 2009 10:28:39 +0000
(10:28 +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 4825e4098c72341e74fb6cfe50c66ea6634b4370..bb4e3ab902b4f3282a4073c8985561e905b6924f 100644
(file)
--- 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':