summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-02-26 10:23:39 +0100
committerPaul Kocialkowski <paul.kocialkowski@bootlin.com>2019-02-26 10:23:39 +0100
commit25911cdde500aa6ddede601faec91741c6963c27 (patch)
treea270952293708a1c33e9ad709e151114e15ffbe5 /lib
parent2fe6f624144b8f11399133e882edfa8570873090 (diff)
autotools: Always build VC4 helpers with the library
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@bootlin.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 808b9617..9711fef3 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