Fixes #2271, Add KD detection under CMake by Scott Percival

This commit is contained in:
Gabriel Jacobo 2013-11-26 11:50:54 -03:00
parent b3874f57ce
commit 7e840cc03e
2 changed files with 16 additions and 0 deletions

View file

@ -215,6 +215,7 @@
/* Enable various input drivers */
#cmakedefine SDL_INPUT_LINUXEV @SDL_INPUT_LINUXEV@
#cmakedefine SDL_INPUT_LINUXKD @SDL_INPUT_LINUXKD@
#cmakedefine SDL_INPUT_TSLIB @SDL_INPUT_TSLIB@
#cmakedefine SDL_JOYSTICK_HAIKU @SDL_JOYSTICK_HAIKU@
#cmakedefine SDL_JOYSTICK_DINPUT @SDL_JOYSTICK_DINPUT@