[igt-dev] [PATCH i-g-t] autotools: Always build VC4 helpers with the library

Paul Kocialkowski paul.kocialkowski at bootlin.com
Tue Feb 26 09:30:44 UTC 2019


With recent changes to the igt_fb code, VC4 support is now integrated
in common helpers. As a result, VC4 helpers have to be built as part
of the library.

This is already the case with meson, but VC4 support was removed from
autotools. Bring it back unconditionally to match meson behaviour.

This fixes a build error with autotools.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski at bootlin.com>
---
 lib/Makefile.sources | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 808b9617eca2..9711fef34469 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -109,6 +109,8 @@ lib_source_list =	 	\
 	igt_psr.h		\
 	igt_v3d.c		\
 	igt_v3d.h		\
+	igt_vc4.c		\
+	igt_vc4.h		\
 	$(NULL)
 
 .PHONY: version.h.tmp
-- 
2.20.1



More information about the igt-dev mailing list