Module: Mesa Branch: master Commit: 9d9df964c4db320d64a481ed97f187300d41c527 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d9df964c4db320d64a481ed97f187300d41c527
Author: Zack Rusin <[email protected]> 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', _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
