mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-29 04:38:39 +00:00
fix: opensuse dep libusb-1_0 is now libusb-1_0-0
This commit is contained in:
parent
99af59056d
commit
d0df943e48
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ fn monado_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Debian, "libusb-1.0-0".into()),
|
||||
(LinuxDistro::Fedora, "libusb1".into()),
|
||||
(LinuxDistro::Gentoo, "dev-libs/libusb".into()),
|
||||
(LinuxDistro::Suse, "libusb-1_0".into()),
|
||||
(LinuxDistro::Suse, "libusb-1_0-0".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue