From e1be16eeeaacd668e22d9471b2d90e8afa5df5c9 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 22 Nov 2017 13:19:55 +0100 Subject: lib: Also copy vc4_packet.h Eric missed in commit d21e95ca81da6f9332999ceebe6b42e4425d3bb6 Author: Eric Anholt Date: Fri Nov 10 12:39:56 2017 -0800 tests: Remove libdrm_vc4 dependency. that the uapi headers don't include vc4_packet.h. Which totally broke the build. Strangely CI didn't catch this in the first build attempt, no idea how/where it picked up the vc4_packet.h. As an interim solution let's just copy the one I have from libdrm over. Long-term we might want to either re-intro the libdrm_vc4 dpendency, or maybe put vc4_packet.h into the kernel's uapi folder, or something else. But that's up to Eric. Cc: Eric Anholt Cc: Petri Latvala Signed-off-by: Daniel Vetter Acked-by: Petri Latvala Tested-by: Petri Latvala --- lib/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index 1b55943b..29d89cf0 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -48,6 +48,7 @@ lib_headers = [ 'uwildmat/uwildmat.h', 'igt_kmod.h', 'igt_vc4.h', + 'vc4_packet.h', ] lib_sources = [ -- cgit v1.2.3