[Intel-gfx] [PATCH i-g-t 3/6] meson: Install benchmarks to $libexec/intel-gpu-tools/benchmarks
Chris Wilson
chris at chris-wilson.co.uk
Thu Dec 7 16:48:26 UTC 2017
Quoting Petri Latvala (2017-12-07 13:40:28)
> Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
> ---
> benchmarks/meson.build | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/benchmarks/meson.build b/benchmarks/meson.build
> index 4afd204f..26d65c4b 100644
> --- a/benchmarks/meson.build
> +++ b/benchmarks/meson.build
> @@ -31,8 +31,12 @@ foreach prog : benchmark_progs
> # FIXME meson doesn't like binaries with the same name
> # meanwhile just suffix with _bench
> executable(prog + '_bench', prog + '.c',
> + install : true,
> + install_dir : join_paths(get_option('libexecdir'), 'intel-gpu-tools', 'benchmarks'),
Isn't the package name now "igt-gpu-tools" ?
-Chris
More information about the Intel-gfx
mailing list