From bd7ca7625bb415f376859f6375026dc17b0c7182 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 21 Jul 2013 00:50:50 -0400 Subject: [PATCH] Fix up last commit I forgot to git add this change. --- Source/Core/InputCommon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/InputCommon/CMakeLists.txt b/Source/Core/InputCommon/CMakeLists.txt index 05ea6eb35e..76871e5b3b 100644 --- a/Source/Core/InputCommon/CMakeLists.txt +++ b/Source/Core/InputCommon/CMakeLists.txt @@ -23,7 +23,7 @@ elseif(X11_FOUND) set(SRCS ${SRCS} Src/ControllerInterface/SDL/SDL.cpp Src/ControllerInterface/Xlib/Xlib.cpp) - if(X11_Xinput2_FOUND) + if(XINPUT2_FOUND) set(SRCS ${SRCS} Src/ControllerInterface/Xlib/XInput2.cpp) endif()