Quoting Petri Latvala (2017-12-07 13:40:28)
> Signed-off-by: Petri Latvala <petri.latv...@intel.com>
> Cc: Daniel Vetter <daniel.vet...@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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to