summaryrefslogtreecommitdiff
path: root/lib/meson.build
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-12-07 10:04:00 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-12-08 18:01:50 +0000
commit37339e7171ee0bd6b45abf8cfef593ed9d8bf750 (patch)
tree510d0277825e367ad98bb34cb67068e33ef4961f /lib/meson.build
parent43199fbc6523ac387ba4b905b613d946e8cdb91c (diff)
lib: Print other clients when DRM_SET_MASTER fails
It looks like there are some rogue processes running in CI that prevent DRM_MASTER from being obtained. Dump the list of clients on failure to make it more obvious what is being left behind. v2: Fix up gtkdocs, meson build References: https://bugs.freedesktop.org/show_bug.cgi?id=104157 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/meson.build')
-rw-r--r--lib/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/meson.build b/lib/meson.build
index 42da7185..a32fe6d5 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -10,6 +10,7 @@ lib_headers = [
'i915_pciids.h',
'igt.h',
'igt_debugfs.h',
+ 'igt_device.h',
'igt_aux.h',
'igt_edid_template.h',
'igt_gt.h',
@@ -57,6 +58,7 @@ lib_sources = [
'i915/gem_scheduler.c',
'i915/gem_submission.c',
'igt_debugfs.c',
+ 'igt_device.c',
'igt_aux.c',
'igt_gt.c',
'igt_gvt.c',