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

kms_univeral_plane 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-08 10:04:28 +01:00 committed by Daniel Vetter
parent c5b9615b83
commit f705ef158a

View File

@ -69,7 +69,8 @@ else
pm_lpsp \
kms_fence_pin_leak \
kms_mmio_vs_cs_flip \
kms_render
kms_render \
kms_universal_plane
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
endif