Module: Mesa Branch: master Commit: 8431c0e9d4bae63bf65b94751a89d10a63aebf64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8431c0e9d4bae63bf65b94751a89d10a63aebf64
Author: Emil Velikov <[email protected]> Date: Tue Jul 26 09:46:02 2016 +0100 vc4: automake: remove vc4_drm.h from the sources lists The file was removed with earlier commit breaking 'make dist'. Drop it from Makefile.sources since it's no longer around. Fixes: 16985eb308e ("vc4: Switch to using the libdrm-provided vc4_drm.h.") Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/drivers/vc4/Makefile.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index 76e52ce..e1496d1 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -14,7 +14,6 @@ C_SOURCES := \ vc4_context.c \ vc4_context.h \ vc4_draw.c \ - vc4_drm.h \ vc4_emit.c \ vc4_fence.c \ vc4_formats.c \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
