All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/Android.mk : skip kms_legacy_colorkey if no cairo
@ 2015-04-22  9:29 tim.gore
  0 siblings, 0 replies; only message in thread
From: tim.gore @ 2015-04-22  9:29 UTC (permalink / raw)
  To: intel-gfx; +Cc: thomas.wood

From: Tim Gore <tim.gore@intel.com>

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>
---
 tests/Android.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/Android.mk b/tests/Android.mk
index 0e5e908..fac9931 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
 
-- 
2.3.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-22  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-22  9:29 [PATCH i-g-t] tests/Android.mk : skip kms_legacy_colorkey if no cairo tim.gore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.