scons: Add drivers/common/meta_generate_mipmap.c to src/mesa/SConscript.

This patch fixes this SCons build error introduced with commit
70e7905608.

build/linux-x86_64-debug/mesa/libmesa.a(driverfuncs.os): In function `_mesa_init_driver_functions':
src/mesa/drivers/common/driverfuncs.c:99: undefined reference to `_mesa_meta_GenerateMipmap'

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
Vinson Lee 2014-03-07 23:39:29 -08:00
parent 14ca611258
commit 98fb8c95c0
1 changed files with 2 additions and 1 deletions

View File

@ -326,7 +326,8 @@ program_sources = [
common_driver_sources = [
'drivers/common/driverfuncs.c',
'drivers/common/meta.c',
'drivers/common/meta_blit.c'
'drivers/common/meta_blit.c',
'drivers/common/meta_generate_mipmap.c'
]
mesa_sources = (