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:
Tim Gore 2014-05-15 10:25:48 +01:00 committed by Daniel Vetter
parent af1fbc427f
commit 1bee7e8b82

View File

@ -67,7 +67,8 @@ else
kms_fbc_crc \
kms_setmode \
gem_render_copy \
pm_lpsp
pm_lpsp \
kms_fence_pin_leak
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
endif