summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Gore <tim.gore@intel.com>2014-07-08 10:04:28 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-07-09 13:54:07 +0200
commitf705ef158ac7448d1f3c48f853da884ac548b603 (patch)
tree12e731b2673a8cd6fd792fd962cf09dbb615f75b /tests
parentc5b9615b83910f5a5c19fc84d938ea643f4e3009 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index f085d350..663a6b40 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -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