intel-gpu-tools: Dont build kms_force_connector if no cairo

kms_force_connector is a new test that requires cairo.
I have added it to the list of tests not to build on
Android unless ANDROID_HAS_CAIRO is set.

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-07-11 15:31:39 +01:00 committed by Daniel Vetter
parent b3d038a2b9
commit c7be53c7cb

View File

@ -71,7 +71,8 @@ else
kms_mmio_vs_cs_flip \
kms_render \
kms_universal_plane \
kms_rotation_crc
kms_rotation_crc \
kms_force_connector
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
endif