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

2018-01-21 Thread Eric Anholt
Vinson Lee  writes:

> Fixes: c9b2cb78972d ("vc5: add missing files to the tarball")
> Signed-off-by: Vinson Lee 

Reviewed and pushed these two.  Thanks!

(Also, we need to get automake's distcheck into Travis.  I would have
caught this before pushing, if so).


signature.asc
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2018-01-19 Thread Vinson Lee
Fixes: c9b2cb78972d ("vc5: add missing files to the tarball")
Signed-off-by: Vinson Lee 
---
 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

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev