mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 05:45:46 -04:00
Vulkan: Support Wayland
This commit is contained in:
@ -30,3 +30,6 @@ if(USE_X11)
|
||||
target_compile_definitions(vulkan-loader PUBLIC "VULKAN_USE_X11=1")
|
||||
endif()
|
||||
|
||||
if(USE_WAYLAND)
|
||||
target_compile_definitions(vulkan-loader PUBLIC "VULKAN_USE_WAYLAND=1")
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user