mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-29 10:46:25 +00:00
intel-gpu-tools: Skip kms_mmio_vs_cs_flip if no cairo
The kms_mmio_vs_cs_flip 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 Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
ff3c122098
commit
3805288f1a
@ -69,7 +69,8 @@ else
|
||||
kms_sink_crc_basic \
|
||||
gem_render_copy \
|
||||
pm_lpsp \
|
||||
kms_fence_pin_leak
|
||||
kms_fence_pin_leak \
|
||||
kms_mmio_vs_cs_flip
|
||||
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user