Skip to content

Commit

Permalink
Fixed build when Wayland is dynamically loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 28, 2017
1 parent edaa0ef commit ff8d2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/SDL_vulkan_internal.h
Expand Up @@ -46,6 +46,7 @@
#endif
#if SDL_VIDEO_DRIVER_WAYLAND
#define VK_USE_PLATFORM_WAYLAND_KHR
#include "wayland/SDL_waylanddyn.h"
#endif
#if SDL_VIDEO_DRIVER_WINDOWS
#define VK_USE_PLATFORM_WIN32_KHR
Expand Down

0 comments on commit ff8d2e1

Please sign in to comment.