diff options
author | Brian Paul <[email protected]> | 2014-02-12 17:46:11 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-02-12 17:46:11 -0700 |
commit | f0e967f212cf00ef16a046e5ec6c3bb056fa7974 (patch) | |
tree | f97d447b69bd09e623cecab44b0d689da807bb25 /src/mesa/SConscript | |
parent | 255bd9c0b83e3cb3914ee5a1386c8d5acdbc046a (diff) |
scons: add meta_blit.c to src/mesa/SConscript
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index b52bbdc23d4..29775a9e1ce 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 = ( |