X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=SConstruct;h=3a4ff9a3fac94a8314d247cffb7316b178e3772c;hb=ff7542ab90154769930c80d58597cfec40844bd9;hp=fdcd72b30d140944b8c7ef91ff1cb68e4aa16dfa;hpb=0203136e69bfa711edd69a4f69c4539cd877b5cb;p=mesa.git diff --git a/SConstruct b/SConstruct index fdcd72b30d1..3a4ff9a3fac 100644 --- a/SConstruct +++ b/SConstruct @@ -50,7 +50,7 @@ common.AddOptions(opts) opts.Add(ListVariable('statetrackers', 'state trackers to build', default_statetrackers, ['mesa', 'python', 'xorg'])) opts.Add(ListVariable('drivers', 'pipe drivers to build', default_drivers, - ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'identity', 'llvmpipe'])) + ['softpipe', 'failover', 'svga', 'i915', 'i965', 'trace', 'r300', 'identity', 'llvmpipe', 'nouveau', 'nv50', 'nvfx'])) opts.Add(ListVariable('winsys', 'winsys drivers to build', default_winsys, ['xlib', 'vmware', 'i915', 'i965', 'gdi', 'radeon', 'graw-xlib'])) @@ -113,8 +113,10 @@ if env['llvm'] and 'llvmpipe' not in env['drivers']: env['drivers'].append('llvmpipe') # Includes -env.Append(CPPPATH = [ +env.Prepend(CPPPATH = [ '#/include', +]) +env.Append(CPPPATH = [ '#/src/gallium/include', '#/src/gallium/auxiliary', '#/src/gallium/drivers',