Module: Mesa Branch: master Commit: 6b0378e483ba53359545ac8b774dbdd81c2fab3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b0378e483ba53359545ac8b774dbdd81c2fab3f
Author: Emil Velikov <[email protected]> Date: Thu Jun 18 12:59:28 2015 +0100 ilo: remove missing ilo_fence.h from the sources list Signed-off-by: Emil Velikov <[email protected]> --- src/gallium/drivers/ilo/Makefile.sources | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 68870f4..e5a0950 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -17,7 +17,6 @@ C_SOURCES := \ core/ilo_dev.h \ core/ilo_format.c \ core/ilo_format.h \ - core/ilo_fence.h \ core/ilo_image.c \ core/ilo_image.h \ core/ilo_state_cc.c \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
