From: Samir Benmendil Date: Tue, 29 Dec 2020 14:49:20 +0000 (+0000) Subject: mkosi/kodi: don't rely on udev to discover joysticks X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/7db3251222835d84e201cfd5b391d6bfc978b63b?ds=inline;hp=7db3251222835d84e201cfd5b391d6bfc978b63b mkosi/kodi: don't rely on udev to discover joysticks 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. ---