]> git.rmz.io Git - dotfiles.git/commitdiff
mkosi/kodi: don't rely on udev to discover joysticks
authorSamir Benmendil <me@rmz.io>
Tue, 29 Dec 2020 14:49:20 +0000 (14:49 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 29 Dec 2020 17:55:54 +0000 (17:55 +0000)
SDL prefers relying on udev events to discover and register new
joysticks. However inside the container, udev isn't running. We have
mounted /run/udev, but it seems that this is not sufficient.

As a workaround, tell SDL to prefer a fallback method of discovering new
joysticks.


No differences found