mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests/Android.mk : skip kms_pipe_b_c_ivb if no cairo
test kms_pipe_b_c_ivb 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>
This commit is contained in:
parent
ebb46bb2e2
commit
8938e1ed47
@ -75,7 +75,8 @@ else
|
|||||||
kms_rotation_crc \
|
kms_rotation_crc \
|
||||||
kms_force_connector \
|
kms_force_connector \
|
||||||
kms_flip_event_leak \
|
kms_flip_event_leak \
|
||||||
kms_pwrite_crc
|
kms_pwrite_crc \
|
||||||
|
kms_pipe_b_c_ivb
|
||||||
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
|
IGT_LOCAL_CFLAGS += -DANDROID_HAS_CAIRO=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user