From: Brian Paul Date: Mon, 21 Sep 2009 04:08:30 +0000 (-0600) Subject: Revert "st/mesa: Compile in meta.c." X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1cf9b6abe0250f1496cea2cf49e29430ceab028;p=mesa.git Revert "st/mesa: Compile in meta.c." This reverts commit 6c5726cd39ab12b86fae391d075fa74bc24b615c. --- diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index c8d2f5a1a79..7107538cee7 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -333,7 +333,6 @@ MESA_GALLIUM_SOURCES = \ $(VBO_SOURCES) \ $(STATETRACKER_SOURCES) \ $(SHADER_SOURCES) \ - drivers/common/meta.c \ ppc/common_ppc.c \ x86/common_x86.c \ $(SLANG_SOURCES)