Igalia / webkit-container-sdk

The all-in-one SDK for WebKit GTK/WPE port development.
MIT License
12 stars 7 forks source link

scripts: Mount /run/udev for gamepads #34

Closed cadubentzen closed 3 months ago

cadubentzen commented 3 months ago

To use an Xbox controller via libmanette, /run/udev needs to be mounted. Otherwise I see errors such as openat(AT_FDCWD<..>, "/run/udev/data/c13:63", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) and the gamepad isn't detected.

nikolaszimmermann commented 3 months ago

Looks good, thanks!