Mesa (master): scons: build the xorg state trackers only when env includes drm

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Nov 9 10:42:46 UTC 2010


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

Author: Zack Rusin <zackr at vmware.com>
Date:   Tue Nov  9 00:28:05 2010 -0500

scons: build the xorg state trackers only when env includes drm

---

 src/gallium/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 207987b..0efab83 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -116,7 +116,7 @@ if env['dri']:
             'targets/dri-r600/SConscript',
         ])
 
-if env['xorg']:
+if env['xorg'] and env['drm']:
     SConscript([
         #'targets/xorg-i915/SConscript',
         #'targets/xorg-i965/SConscript',




More information about the mesa-commit mailing list