RobLoach / net.lutris.Lutris

Pull requests for new applications to be added
https://flathub.org
2 stars 0 forks source link

Add prebuild retroarch dependencies #40

Closed gasinvein closed 5 years ago

gasinvein commented 5 years ago

Fixes #34

gasinvein commented 5 years ago

Once flathub/shared-modules#57 is merged, it can be used instead of eudev. Yet neither udev implementation would really work inside the sandbox.

valentindavid commented 5 years ago

@gasinvein is libudev.so.0 not needed? I think steam runtime for example needs it. So maybe we should have both versions.

valentindavid commented 5 years ago

Nevermind, the steam runtime provides it. So if a game uses it, it will be OK.

gasinvein commented 5 years ago

Modern distros don't provide libudev.so.0 at all and yet Steam works. Anyway, we plan to use the already-flatpak'ed Steam to run Steam games. Arch provides libudev0-shim compatibility library. Maybe we could borrow it?