From: José Fonseca Date: Thu, 12 Feb 2009 11:58:04 +0000 (+0000) Subject: scons: Build xlib state tracker regardless of DRI settings. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b93d3057257c5ecbcd3861726d8d9bb5040529aa;p=mesa.git scons: Build xlib state tracker regardless of DRI settings. --- diff --git a/src/gallium/state_trackers/glx/xlib/SConscript b/src/gallium/state_trackers/glx/xlib/SConscript index 14cdad69cbe..01641e90e47 100644 --- a/src/gallium/state_trackers/glx/xlib/SConscript +++ b/src/gallium/state_trackers/glx/xlib/SConscript @@ -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()