diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt index 1ad6c56047..524a14f13c 100644 --- a/Source/Core/DolphinWX/CMakeLists.txt +++ b/Source/Core/DolphinWX/CMakeLists.txt @@ -11,6 +11,7 @@ set(LIBS core if(NOT ANDROID) if(USE_X11) set(LIBS ${LIBS} ${X11_LIBRARIES} + ${XINPUT2_LIBRARIES} ${XRANDR_LIBRARIES}) endif() if(USE_WAYLAND)