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

This commit is contained in:
Zack Rusin 2010-11-09 00:28:05 -05:00 committed by José Fonseca
parent d79d942b2e
commit 9d9df964c4

View file

@ -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',