CMake: make SDL a private dep of InputCommon

This commit is contained in:
Michael M
2018-06-04 17:49:21 +02:00
committed by Léo Lam
parent 8e0ea92ec3
commit 0eb47e1071
2 changed files with 2 additions and 5 deletions
@@ -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