From d21e95ca81da6f9332999ceebe6b42e4425d3bb6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 10 Nov 2017 12:39:56 -0800 Subject: tests: Remove libdrm_vc4 dependency. The autotools build retains the configure.ac option, while meson folds vc4 into the default build since we don't have any meson_options.txt to control parts of the build. Signed-off-by: Eric Anholt Acked-by: Petri Latvala Acked-by: Daniel Vetter --- lib/meson.build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index ddf93ec6..253548dc 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -47,6 +47,7 @@ lib_headers = [ 'igt_dummyload.h', 'uwildmat/uwildmat.h', 'igt_kmod.h', + 'igt_vc4.h', ] lib_sources = [ @@ -95,6 +96,7 @@ lib_sources = [ 'igt_dummyload.c', 'uwildmat/uwildmat.c', 'igt_kmod.c', + 'igt_vc4.c', ] lib_deps = [ @@ -118,10 +120,6 @@ else lib_sources += 'stubs/drm/intel_bufmgr.c' endif -if libdrm_vc4.found() - lib_headers += 'igt_vc4.h' - lib_sources += 'igt_vc4.c' -endif if valgrind.found() lib_deps += valgrind endif -- cgit v1.2.3