diff options
| author | Scott Mansell <phiren@gmail.com> | 2015-07-04 23:43:36 +1200 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2015-07-04 23:43:36 +1200 |
| commit | d2578000bbf5bddd52c18e162d5ae8aae5c93d1a (patch) | |
| tree | 80702ed2a17fd2aa7def9050b0f0b98b49ba8554 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | |
| parent | 3bbb2ede9cc58af1dcdcb56d728e10622cf33dd6 (diff) | |
| parent | 8a50dc857bbfc86c41706a6f48770a6f78285628 (diff) | |
Merge branch 'stable'
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/ControllerInterface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h index 408a36fefa..3aca18e95c 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h @@ -35,6 +35,9 @@ #if defined(HAVE_SDL) && HAVE_SDL #define CIFACE_USE_SDL #endif +#if defined(HAVE_LIBEVDEV) && defined(HAVE_LIBUDEV) + #define CIFACE_USE_EVDEV +#endif // // ControllerInterface |
