[igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt

Petri Latvala petri.latvala at intel.com
Thu Aug 6 12:01:01 UTC 2020


On Thu, Aug 06, 2020 at 02:43:14PM +0300, Lionel Landwerlin wrote:
> There is no need for it, we just depend on libigt_chipset.
> 
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>  lib/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/meson.build b/lib/meson.build
> index 341696e5..bccebba2 100644
> --- a/lib/meson.build
> +++ b/lib/meson.build
> @@ -257,7 +257,7 @@ endforeach
>  lib_igt_i915_perf_build = shared_library(
>    'i915_perf',
>    i915_perf_files,
> -  dependencies: [lib_igt, lib_igt_chipset],
> +  dependencies: lib_igt_chipset,
>    include_directories : inc,
>    install: true,
>    soversion: '0')



Well that was easy then.

Did you try gpuvis with that?


Reviewed-by: Petri Latvala <petri.latvala at intel.com>


More information about the igt-dev mailing list