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

Lionel Landwerlin lionel.g.landwerlin at intel.com
Thu Aug 6 12:22:07 UTC 2020


On 06/08/2020 15:01, Petri Latvala wrote:
> 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>

Yeah, although you just made me realize we have 3 tools that also depend 
on lib_igt which we probably want to fix too.

Those are uses by the gpuvis scripts to record data.


-Lionel



More information about the igt-dev mailing list