Module: Mesa Branch: master Commit: b634be0e6951ca1b6df0812425d10652cd6ec34a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b634be0e6951ca1b6df0812425d10652cd6ec34a
Author: Emil Velikov <[email protected]> Date: Thu Oct 6 15:21:58 2016 +0100 svga: add svga_mksstats.h to the sources list Otherwise it won't be picked in the tarball and the build will fail. Fixes: 0035f7f1365 ("svga: add guest statistic gathering interface") Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/drivers/svga/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/svga/Makefile.sources b/src/gallium/drivers/svga/Makefile.sources index 5c022f4..229d286 100644 --- a/src/gallium/drivers/svga/Makefile.sources +++ b/src/gallium/drivers/svga/Makefile.sources @@ -15,6 +15,7 @@ C_SOURCES := \ svga_hw_reg.h \ svga_link.c \ svga_link.h \ + svga_mksstats.h \ svga_pipe_blend.c \ svga_pipe_blit.c \ svga_pipe_clear.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
