From 9af18d1b9609e6f24091a159176f3fe1794bb962 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 4 May 2014 19:41:02 -0500 Subject: Remove SDL from Externals. --- Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 2dacc90db3..5ea5e1b041 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -22,7 +22,6 @@ #endif #if defined(HAVE_X11) && HAVE_X11 #define CIFACE_USE_XLIB - #define CIFACE_USE_SDL #if defined(HAVE_X11_XINPUT2) && HAVE_X11_XINPUT2 #define CIFACE_USE_X11_XINPUT2 #endif @@ -33,6 +32,9 @@ #ifdef ANDROID #define CIFACE_USE_ANDROID #endif +#if defined(HAVE_SDL) && HAVE_SDL + #define CIFACE_USE_SDL +#endif using namespace ciface::Core; -- cgit v1.2.3