mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-28 02:06:23 +00:00
intel-gpu-tools: skip kms_flip_event_leak unless we have cairo
kms_flip_event_leak depends on cairo, so add it to the list of tests to skip (in Android.mk) if ANDROID_HAS_CAIRO is not set to 1. Signed-off-by: Tim Gore <tim.gore@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
79c0c9622c
commit
75365eb01b
@ -72,7 +72,8 @@ else
|
|||||||
kms_render \
|
kms_render \
|
||||||
kms_universal_plane \
|
kms_universal_plane \
|
||||||
kms_rotation_crc \
|
kms_rotation_crc \
|
||||||
kms_force_connector
|
kms_force_connector \
|
||||||
|
kms_flip_event_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