From 41fefe88c50376a57876b498c8619c8c9f535de6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 20 Sep 2009 21:31:38 -0600 Subject: [PATCH] scons: add meta.c to sources --- src/mesa/SConscript | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mesa/SConscript b/src/mesa/SConscript index cad5676..fbe5be0 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -234,11 +234,16 @@ if env['platform'] != 'winddk': 'shader/slang/slang_utility.c', ] + driver_sources = [ + 'drivers/common/meta.c' + ] + mesa_sources = ( main_sources + math_sources + vbo_sources + vf_sources + + driver_soruces + statetracker_sources + shader_sources + slang_sources -- 2.7.4