diff options
author | Zack Rusin <[email protected]> | 2010-11-09 00:28:05 -0500 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-11-09 10:41:59 +0000 |
commit | 9d9df964c4db320d64a481ed97f187300d41c527 (patch) | |
tree | 7d2290be3588d8c976e47677cff0ef73468c6d65 /src/gallium | |
parent | d79d942b2e38c3297169cf620d702045c94ed2ae (diff) |
scons: build the xorg state trackers only when env includes drm
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 207987bedc5..0efab834f66 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', |