From: Emil Velikov Date: Tue, 26 Jul 2016 08:46:02 +0000 (+0100) Subject: vc4: automake: remove vc4_drm.h from the sources lists X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8431c0e9d4bae63bf65b94751a89d10a63aebf64;p=mesa.git 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 --- diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index 76e52ce142d..e1496d1012a 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 \