mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 18:33:14 +00:00
Fix up last commit
I forgot to git add this change.
This commit is contained in:
parent
3239e4946f
commit
bd7ca7625b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user