wayland-client.h file not found
Created by: Krunalb11
I am building flutter-pi with kirkstone branch and by default, it is using FLUTTER_SDK_TAG = "3.7.7". While building flutter-pi, I see flutter-engine fail with the following error: | In file included from ../../flutter/flutter_vma/flutter_vma.cc:19: | In file included from ../../flutter/flutter_vma/flutter_vma.h:7: | In file included from ../../third_party/vulkan_memory_allocator/include/vk_mem_alloc.h:130: | ../../third_party/vulkan-deps/vulkan-headers/src/include/vulkan/vulkan.h:41:10: fatal error: 'wayland-client.h' file not found | #include <wayland-client.h> | ^~~~~~~~~~~~~~~~~~ | 1 error generated.
I am wondering if there are hard dependencies on Wayland.