sdl2-compat builds with SDL_JOYSTICK_DISABLED
1bsyl opened this issue · 3 comments
1bsyl commented
not sure why it builds with SDL_JOYSTICK_DISABLED
so that ./testjoystick prints:
ERROR: SDL compiled without Joystick support.
1bsyl commented
maybe because it uses SDL_config_minimal ...
include/SDL2/SDL_config_ngage.h:#define SDL_JOYSTICK_DISABLED 1
include/SDL2/SDL_config.h.cmake:#cmakedefine SDL_JOYSTICK_DISABLED @SDL_JOYSTICK_DISABLED@
include/SDL2/SDL_config.h.in:#undef SDL_JOYSTICK_DISABLED
include/SDL2/SDL_config_minimal.h:#define SDL_JOYSTICK_DISABLED 1
include/SDL2/SDL_config_winrt.h:#define SDL_JOYSTICK_DISABLED 1