Request for Gamepad and Joystick support in Kodi.
I would like to have the ability to control kodi with a gamepad/joystick if possible.
From my understanding libreELEC & Kodi needs to be compiled with --enable-joystick --enable-sdl in order to support this.
I know or I think I know, that SDL needs X but there has to be a way to make it work without x?
Edit:
Apparently it is possible to have SDL running without X. Basically, your kernel should have framebuffer support and you could use SDL on top of DirectFB.