mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
meson/intel: Don't build genxml tests on Android
They require expat which we don't have on Android. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12308>
This commit is contained in:
parent
fdc5138256
commit
ce1a66fe3e
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ if install_intel_gpu_tests
|
|||
endforeach
|
||||
endif
|
||||
|
||||
if with_tests
|
||||
if with_tests and not with_platform_android
|
||||
gentest_xml = files('tests/gentest.xml')
|
||||
_name = 'gentest_pack.h'
|
||||
gentest_pack = custom_target(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue