Mesa (master): scons: Don't build the DRI drivers in a seperate dir.

Keith Whitwell keithw at kemper.freedesktop.org
Tue Mar 3 11:55:33 UTC 2009


Module: Mesa
Branch: master
Commit: 34e719c9b38b0475d49e92330bdc27d1e462ae15
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34e719c9b38b0475d49e92330bdc27d1e462ae15

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sat Jan 24 10:28:39 2009 +0000

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.

---

 scons/gallium.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 9fa8d8b..4438c10 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':




More information about the mesa-commit mailing list