wayland: actual subsurface type for the one widget that needs it (vulkan)
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-09-21 17:22:15 -07:00
commit c2f8fb3f82
6 changed files with 100 additions and 13 deletions

View file

@ -467,7 +467,7 @@ if(MW_BUILD_VULKAN)
)
endif()
check_include_files(vulkan/VULKAN.h HAS_VK_HEADER)
check_include_files(vulkan/vulkan.h HAS_VK_HEADER)
if(HAS_VK_HEADER)
target_compile_definitions(
Mw