summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-20 22:08:30 -0600
committerBrian Paul <brianp@vmware.com>2009-09-20 22:08:30 -0600
commita1cf9b6abe0250f1496cea2cf49e29430ceab028 (patch)
tree71b813b5d7cbd6de93a5e734c50f72c40f7c221e /src/mesa/sources.mak
parent1eda10d073b17e1d2ba1089eae378b6e257614be (diff)
Revert "st/mesa: Compile in meta.c."
This reverts commit 6c5726cd39ab12b86fae391d075fa74bc24b615c.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index c8d2f5a1a7..7107538cee 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)