summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-03-01 11:36:39 +0100
committerGitHub <noreply@github.com>2021-03-01 11:36:39 +0100
commit858f00b6418538dcbbc552edecb4bbe152a7fd66 (patch)
tree3ac7d7a2d667d6c60971ee33f6313d39bd35764e /Source/Core/InputCommon
parent26f0bf8f34d5fcdeabc4a2a6d21f4a34c5430789 (diff)
parentd4b293e969341b630340f3d3c35e1c0d3edf4152 (diff)
Merge pull request #9492 from nolange/fix_norandr_build
Cleanup X11 and XRANDR Macros
Diffstat (limited to 'Source/Core/InputCommon')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index ffa189437f..254516fb6e 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -18,7 +18,7 @@
#ifdef _WIN32
#define CIFACE_USE_WIN32
#endif
-#if defined(HAVE_X11) && HAVE_X11
+#ifdef HAVE_X11
#define CIFACE_USE_XLIB
#endif
#if defined(__APPLE__)