[igt-dev] [PATCH i-g-t] tools/intel-gpu-top: Only link against igt_perf.la
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Tue Mar 26 15:56:33 UTC 2019
On 26/03/2019 13:28, Chris Wilson wrote:
> 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 at intel.com>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110249
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> Cc: Tvrtko Ursulin <tvrtko.ursulin at 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)
>
Pffft, it was only keeping hip in the age of Mesonization -
https://www.phoronix.com/scan.php?page=news_item&px=Fedora-Mesa-Meson-Debug-Build.
;)
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Regards,
Tvrtko
More information about the igt-dev
mailing list