X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=SConstruct;h=e1c4a1898ce01aec5f97d8127eeee1f961a65861;hb=419f0f9d0426bc1eb40ceb60e7764af4013947a0;hp=ea63b90f46fb19ce57c632948e1d7eeb1e243ee9;hpb=8c7d39cc8319864d43c4a8143d09cbc09c7371ff;p=mesa.git diff --git a/SConstruct b/SConstruct index ea63b90f46f..e1c4a1898ce 100644 --- a/SConstruct +++ b/SConstruct @@ -110,6 +110,10 @@ Export([ ####################################################################### # Environment setup +# Always build trace driver +if 'trace' not in env['drivers']: + env['drivers'].append('trace') + # Includes env.Append(CPPPATH = [ '#/include',