nowrep / obs-vkcapture

OBS Linux Vulkan/OpenGL game capture
GNU General Public License v2.0
519 stars 25 forks source link

Fix build with OBS without wayland support #87

Closed OceanS2000 closed 2 years ago

OceanS2000 commented 2 years ago

If OBS is built with ENABLE_WAYLAND=OFF, obs-nix-platform.h does not contain definition of OBS_NIX_PLATFORM_WAYLAND. So an additional guard is needed if the user does not use Wayland and also builds OBS from source.