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:
Tim Gore 2014-08-18 14:56:43 +01:00 committed by Thomas Wood
parent 79c0c9622c
commit 75365eb01b

View File

@ -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