CMake: make SDL a private dep of InputCommon

This commit is contained in:
Michael M
2017-11-09 13:52:33 -08:00
committed by Léo Lam
parent 8e0ea92ec3
commit 0eb47e1071
2 changed files with 2 additions and 5 deletions

View File

@ -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