You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the samples for Wayland by setting VKB_WSI_SELECTION to WAYLAND causes the build to fail during the CMake configure step with the following message:
CMake Error at third_party/glfw/CMakeLists.txt:23 (message):
GLFW_USE_WAYLAND has been removed; delete the CMake cache and set
GLFW_BUILD_WAYLAND and GLFW_BUILD_X11 instead
Currently, the Vulkan-Samples CMake script sets the GLFW_USE_WAYLAND option in order to build GLFW for Wayland:
Building the samples for Wayland by setting
VKB_WSI_SELECTION
toWAYLAND
causes the build to fail during the CMake configure step with the following message:Currently, the Vulkan-Samples CMake script sets the
GLFW_USE_WAYLAND
option in order to build GLFW for Wayland:Vulkan-Samples/third_party/CMakeLists.txt
Lines 395 to 397 in 04f6080
This option was changed to
GLFW_BUILD_WAYLAND
in this commit to GLFW: glfw/glfw@2590d4cThe text was updated successfully, but these errors were encountered: