public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tools/intel-gpu-top: Only link against igt_perf.la
@ 2019-03-26 13:28 Chris Wilson
  2019-03-26 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2019-03-26 13:28 UTC (permalink / raw)
  To: igt-dev; +Cc: Eero Tamminen, Tvrtko Ursulin

Fix the meson build to not link intel-gpu-top againstt the whole test
infrastructure; it's a tool not a test!

Reported-by: Eero Tamminen <eero.t.tamminen@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110249
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
---
 tools/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/meson.build b/tools/meson.build
index 79f36aa95..5d00f2e3c 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -98,7 +98,7 @@ shared_library('intel_aubdump', 'aubdump.c',
 executable('intel_gpu_top', 'intel_gpu_top.c',
 	   install : true,
 	   install_rpath : bindir_rpathdir,
-	   dependencies : tool_deps + [ lib_igt_perf ])
+	   dependencies : lib_igt_perf)
 
 conf_data = configuration_data()
 conf_data.set('prefix', prefix)
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-26 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 13:28 [igt-dev] [PATCH i-g-t] tools/intel-gpu-top: Only link against igt_perf.la Chris Wilson
2019-03-26 14:04 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-03-26 15:56 ` [igt-dev] [PATCH i-g-t] " Tvrtko Ursulin
2019-03-26 18:56 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox