commit | 9d9df964c4db320d64a481ed97f187300d41c527 | [log] [tgz] |
---|---|---|
author | Zack Rusin <zackr@vmware.com> | Tue Nov 09 00:28:05 2010 -0500 |
committer | José Fonseca <jfonseca@vmware.com> | Tue Nov 09 10:41:59 2010 +0000 |
tree | 7d2290be3588d8c976e47677cff0ef73468c6d65 | |
parent | d79d942b2e38c3297169cf620d702045c94ed2ae [diff] [blame] |
scons: build the xorg state trackers only when env includes drm
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 @@ 'targets/dri-r600/SConscript', ]) -if env['xorg']: +if env['xorg'] and env['drm']: SConscript([ #'targets/xorg-i915/SConscript', #'targets/xorg-i965/SConscript',