summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Gore <tim.gore@intel.com>2015-04-22 10:29:08 +0100
committerThomas Wood <thomas.wood@intel.com>2015-04-22 18:00:42 +0100
commit7aeecc197bcf586fe5b8e2091cf3e647991382f9 (patch)
tree98a0fd39ed5459e3a704c372b9b5ca2f4079e3df /tests
parent20ad3e55fbd33f4400d16d4186befd7e2e5d19ac (diff)
tests/Android.mk : skip kms_legacy_colorkey if no cairo
test kms_legacy_colorkey 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>
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 0e5e9081..fac99319 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -79,7 +79,8 @@ else
kms_plane_scaling \
kms_panel_fitting \
kms_pwrite_crc \
- kms_pipe_b_c_ivb
+ kms_pipe_b_c_ivb \
+ kms_legacy_colorkey
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
endif