mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
anv: Add android dependencies on android.
Specifically needed for nativewindow for some VK_EXT_external_memory_android_hardware_buffers functions, where we call into some AHardwareBuffer functions. The legacy Android ext did not have us call into any Android function at all and hence it was not noticed. Fixes:755c633b8d"anv: Fix vulkan build in meson." Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Chad Versace <chadversary@chromium.org> (cherry picked from commitd4f0f1a6e2)
This commit is contained in:
parent
fa9ba5e19e
commit
2c1e3692b8
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ if with_xlib_lease
|
|||
endif
|
||||
|
||||
if with_platform_android
|
||||
anv_deps += dep_android
|
||||
anv_flags += '-DVK_USE_PLATFORM_ANDROID_KHR'
|
||||
libanv_files += files('anv_android.c')
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue