diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2014-05-04 19:41:02 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2014-05-04 19:41:02 -0500 |
| commit | 9af18d1b9609e6f24091a159176f3fe1794bb962 (patch) | |
| tree | 46247fcd0805b73098b19222b768663efb9f22d4 /Source/Core/InputCommon/ControllerInterface | |
| parent | 43219519872ade3075dbc2a21a4c207512105d06 (diff) | |
Remove SDL from Externals.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
