From: Chia-I Wu Date: Mon, 21 Sep 2009 02:57:14 +0000 (+0800) Subject: st/mesa: Compile in meta.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c5726cd39ab12b86fae391d075fa74bc24b615c;p=mesa.git st/mesa: Compile in meta.c. meta was moved to core Mesa since 651cffd626a82d9bf539437ca4bdf8ea4b396fab. Signed-off-by: Chia-I Wu --- diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 7107538cee7..c8d2f5a1a79 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -333,6 +333,7 @@ MESA_GALLIUM_SOURCES = \ $(VBO_SOURCES) \ $(STATETRACKER_SOURCES) \ $(SHADER_SOURCES) \ + drivers/common/meta.c \ ppc/common_ppc.c \ x86/common_x86.c \ $(SLANG_SOURCES)