mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
CMake: make SDL a private dep of InputCommon
This commit is contained in:
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue