[Mesa-dev] [PATCH] broadcom/vc5: Fix source file name.

Vinson Lee vlee at freedesktop.org
Sat Jan 20 01:19:34 UTC 2018


Fixes: c9b2cb78972d ("vc5: add missing files to the tarball")
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
---
 src/gallium/drivers/vc5/Makefile.sources | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources
index bc145806cc06..cbf7b656e386 100644
--- a/src/gallium/drivers/vc5/Makefile.sources
+++ b/src/gallium/drivers/vc5/Makefile.sources
@@ -18,7 +18,7 @@ C_SOURCES := \
 	vc5_screen.c \
 	vc5_screen.h \
 	vc5_simulator.c \
-	vc5_simulator_wrapper.c \
+	vc5_simulator_wrapper.cpp \
 	vc5_simulator_wrapper.h \
 	vc5_tiling.c \
 	vc5_tiling.h \
-- 
2.15.1.dropbox.4



More information about the mesa-dev mailing list