mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
intel-gpu-tools: Skip kms_fence_pin_leak if no cairo
The kms_fence_pin_leak test uses igt_kms.c which in turn uses cairo. So in Android.mk add this test to the skip list if we dont have cairo Issue: VIZ-3894 Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
af1fbc427f
commit
1bee7e8b82
@ -67,7 +67,8 @@ else
|
|||||||
kms_fbc_crc \
|
kms_fbc_crc \
|
||||||
kms_setmode \
|
kms_setmode \
|
||||||
gem_render_copy \
|
gem_render_copy \
|
||||||
pm_lpsp
|
pm_lpsp \
|
||||||
|
kms_fence_pin_leak
|
||||||
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
|
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user