Merge pull request #11876 from myfreeweb/patch-1

Remove incorrect ifdef for Wayland on non-Linux - fix #10056
This commit is contained in:
Autechre 2021-01-14 19:01:01 +01:00 committed by GitHub
commit 6726538971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@
#include "SDL.h"
#endif
#if defined(__linux__) || defined(__linux__) && defined(HAVE_WAYLAND)
#if defined(__linux__) || defined(HAVE_WAYLAND)
#include <linux/input.h>
#include <linux/kd.h>
#endif