scons: Build xlib state tracker regardless of DRI settings.

This commit is contained in:
José Fonseca 2009-02-12 11:58:04 +00:00
parent 73ccabc124
commit b93d305725
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ Import('*')
if env['platform'] == 'linux' \
and 'mesa' in env['statetrackers'] \
and ('softpipe' or 'i915simple' or 'trace') in env['drivers'] \
and not env['dri']:
and ('softpipe' or 'i915simple' or 'trace') in env['drivers']:
env = env.Clone()