mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-18 21:36:27 +00:00
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:
parent
c5b9615b83
commit
f705ef158a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user