summaryrefslogtreecommitdiffstats
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-02-12 17:46:11 -0700
committerBrian Paul <brianp@vmware.com>2014-02-12 17:46:11 -0700
commitf0e967f212cf00ef16a046e5ec6c3bb056fa7974 (patch)
treef97d447b69bd09e623cecab44b0d689da807bb25 /src/mesa/SConscript
parent255bd9c0b83e3cb3914ee5a1386c8d5acdbc046a (diff)
downloadexternal_mesa3d-f0e967f212cf00ef16a046e5ec6c3bb056fa7974.zip
external_mesa3d-f0e967f212cf00ef16a046e5ec6c3bb056fa7974.tar.gz
external_mesa3d-f0e967f212cf00ef16a046e5ec6c3bb056fa7974.tar.bz2
scons: add meta_blit.c to src/mesa/SConscript
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index b52bbdc..29775a9 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -325,6 +325,7 @@ program_sources = [
common_driver_sources = [
'drivers/common/driverfuncs.c',
'drivers/common/meta.c',
+ 'drivers/common/meta_blit.c'
]
mesa_sources = (