From ed345ffc2f3373743d74a5e0a1dc73c012389273 Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sat, 16 Sep 2017 03:46:38 +0100 Subject: vo_gpu: vulkan: add support for wayland --- video/out/vulkan/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video/out/vulkan/common.h') diff --git a/video/out/vulkan/common.h b/video/out/vulkan/common.h index d0d14e28c2..8ea515e27b 100644 --- a/video/out/vulkan/common.h +++ b/video/out/vulkan/common.h @@ -13,6 +13,9 @@ // We need to define all platforms we want to support. Since we have // our own mechanism for checking this, we re-define the right symbols +#if HAVE_WAYLAND +#define VK_USE_PLATFORM_WAYLAND_KHR +#endif #if HAVE_X11 #define VK_USE_PLATFORM_XLIB_KHR #endif -- cgit v1.2.3