From f48bebb15d3d2c1e6382e1f11b0aeac06fae6082 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 18 Jul 2018 09:57:01 +0100 Subject: igt/gem_exec_capture: Capture many, many objects Exercise O(N^2) behaviour in reading the error state, and push it to the extreme. Reported-by: Jason Ekstrand Signed-off-by: Chris Wilson Reviewed-by: Katarzyna Dec --- lib/meson.build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index 8961ca49..fad24586 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -56,16 +56,18 @@ lib_deps = [ cairo, glib, libdrm, + libdw, libkmod, libprocps, libudev, libdw, + math, pciaccess, + pixman, pthreads, - math, realtime, ssl, - pixman, + zlib ] if libdrm_intel.found() -- cgit v1.2.3