From 9d9df964c4db320d64a481ed97f187300d41c527 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Tue, 9 Nov 2010 00:28:05 -0500 Subject: scons: build the xorg state trackers only when env includes drm --- src/gallium/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/SConscript') diff --git a/src/gallium/SConscript b/src/gallium/SConscript index 207987bedc..0efab834f6 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', -- cgit v1.2.3