diff options
| author | Michael M <mchtly@gmail.com> | 2017-11-09 13:52:33 -0800 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2018-06-04 17:49:21 +0200 |
| commit | 0eb47e1071b2e2e5fb18beddc5c4f16ddbfee609 (patch) | |
| tree | 91069a07741d37b372897af238405af9936cbbe9 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | 8e0ea92ec35a0473e79ef012b9f98b7a38d3ef33 (diff) | |
CMake: make SDL a private dep of InputCommon
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 06fd7c544d..c576b20fb3 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -23,9 +23,6 @@ #if defined(__APPLE__) #define CIFACE_USE_OSX #endif -#if defined(HAVE_SDL) && HAVE_SDL -#define CIFACE_USE_SDL -#endif #if defined(HAVE_LIBEVDEV) && defined(HAVE_LIBUDEV) #define CIFACE_USE_EVDEV #endif |
