gallium: Fix scons build

This commit is contained in:
Jakob Bornecrantz 2010-06-23 23:51:52 +02:00
parent e47d32d721
commit 59981d418f
2 changed files with 1 additions and 1 deletions

View file

@ -13,6 +13,7 @@ drienv.Replace(CPPPATH = [
'#src/gallium/include',
'#src/gallium/auxiliary',
'#src/gallium/drivers',
'#src/gallium/winsys',
'#src/mesa',
'#src/mesa/main',
'#src/mesa/glapi',

View file

@ -17,7 +17,6 @@ if 'gdi' in env['winsys']:
if env['dri']:
SConscript([
'sw/drm/SConscript',
'sw/dri/SConscript',
])