llvmpipe: Fix scons dependencies.

This commit is contained in:
José Fonseca 2010-02-26 10:11:52 +00:00
parent e2b02ea9db
commit eee21b3812
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ env.CodeGenerate(
command = 'python $SCRIPT $SOURCE > $TARGET'
)
# XXX: Our dependency scanner only finds depended modules in relative dirs.
env.Depends('lp_tile_soa.c', [
'#src/gallium/auxiliary/util/u_format_parse.py',
'#src/gallium/auxiliary/util/u_format_access.py',
])
llvmpipe = env.ConvenienceLibrary(
target = 'llvmpipe',
source = [