mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 11:40:10 +01:00
Exclude Android entry points on Fuchsia
Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
aa3fdb3ebf
commit
cecd8abbdd
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ class IOStream;
|
|||
// required extensions, but the approach will be to
|
||||
// implement them completely on the guest side.
|
||||
#undef VK_KHR_android_surface
|
||||
#if defined(LINUX_GUEST_BUILD)
|
||||
#if defined(LINUX_GUEST_BUILD) || defined(__Fuchsia__)
|
||||
#undef VK_ANDROID_native_buffer
|
||||
#endif
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue