From fb08e03ae1d43e668b85a5673253353aa59bebad Mon Sep 17 00:00:00 2001 From: Joakim Sindholt Date: Sat, 5 Jun 2010 16:53:38 +0200 Subject: gallium: always build drivers/sw --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 1c8a00cce9..76ada41f55 100644 --- a/SConstruct +++ b/SConstruct @@ -136,6 +136,8 @@ if 'softpipe' not in env['drivers']: env['drivers'].append('softpipe') if env['llvm'] and 'llvmpipe' not in env['drivers']: env['drivers'].append('llvmpipe') +if 'sw' not in env['drivers']: + env['drivers'].append('sw') # Includes env.Prepend(CPPPATH = [ -- cgit v1.2.3