[Intel-gfx] [PATCH i-g-t] gem_busy: Remove from android builds without cairo

Morton, Derek J derek.j.morton at intel.com
Tue Aug 23 09:17:40 UTC 2016


>
>
>-----Original Message-----
>From: Chris Wilson [mailto:chris at chris-wilson.co.uk] 
>Sent: Tuesday, August 23, 2016 9:32 AM
>To: Morton, Derek J <derek.j.morton at intel.com>
>Cc: intel-gfx at lists.freedesktop.org
>Subject: Re: [Intel-gfx] [PATCH i-g-t] gem_busy: Remove from android builds without cairo
>
>On Tue, Aug 23, 2016 at 09:28:11AM +0100, Derek Morton wrote:
>> The test has just developed cairo dependancies (or is at least now 
>> dependant on igt_kms.h) so add it to the list of tests that are only 
>> built if cairo is available.
>> 
>> Signed-off-by: Derek Morton <derek.j.morton at intel.com>
>> ---
>>  tests/Android.mk | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/tests/Android.mk b/tests/Android.mk index 
>> 3186a2a..74d6d47 100644
>> --- a/tests/Android.mk
>> +++ b/tests/Android.mk
>> @@ -58,6 +58,7 @@ else
>>      gem_render_copy \
>>      pm_lpsp \
>>  	drm_read \
>> +	gem_busy \
>>  	gem_exec_blt \
>>  	prime_mmap_kms
>
>Bleh. The GEM ABI checks are too important not to throw away, so kms_busy it is.

If you are going to rename the test kms_busy this patch will not be needed as all tests named kms_* are automatically treated as cairo dependant.

//Derek

>-Chris
>
>--
>Chris Wilson, Intel Open Source Technology Centre
>


More information about the Intel-gfx mailing list