tests/Android.mk : skip kms_pipe_b_c_ivb if no cairo

test kms_pipe_b_c_ivb depends on cairo, so add it to
the list of test not to build unless "ANDROID_HAS_CAIRO"
is set.

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 2015-04-01 16:56:38 +01:00 committed by Thomas Wood
parent ebb46bb2e2
commit 8938e1ed47

View File

@ -75,7 +75,8 @@ else
kms_rotation_crc \
kms_force_connector \
kms_flip_event_leak \
kms_pwrite_crc
kms_pwrite_crc \
kms_pipe_b_c_ivb
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
endif