Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix up last commit
I forgot to git add this change.
  • Loading branch information
magcius committed Jul 21, 2013
1 parent 3239e49 commit bd7ca76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/InputCommon/CMakeLists.txt
Expand Up @@ -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()
Expand Down

0 comments on commit bd7ca76

Please sign in to comment.