CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/03/18 12:57:46
Modified files:
games/supertuxkart: Makefile
games/supertuxkart/patches: patch-lib_irrlicht_CMakeLists_txt
Added files:
games/supertuxkart/patches: patch-CMakeLists_txt
patch-lib_irrlicht_include_IrrCompileConfig_h
patch-lib_irrlicht_source_Irrlicht_CIrrDeviceSDL_cpp
Log message:
Add support for game controllers.
To do that, the irrlicht backend had to be switched from X11
to SDL, since the X11 backend joystick support is Linux specific,
and there is no way to combine SDL joystick support with Linux graphics
backend. Test reports by Raf Czlonka.
OK pascal@ (MAINTAINER)