summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-21 10:57:14 +0800
committerBrian Paul <brianp@vmware.com>2009-09-20 21:31:45 -0600
commit6c5726cd39ab12b86fae391d075fa74bc24b615c (patch)
treefd167c0d36df1efd529b757f2595ca1684675fc6 /src/mesa/sources.mak
parent81bac6e2a811ee537c38070f19e70e730ea1169f (diff)
st/mesa: Compile in meta.c.
meta was moved to core Mesa since 651cffd626a82d9bf539437ca4bdf8ea4b396fab. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 7107538cee..c8d2f5a1a7 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)