mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-18 23:11:42 +00:00
fix: libudev.h dependency for opensuse is systemd-devel
This commit is contained in:
parent
c40a4ad05a
commit
68f7bf30c0
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ pub fn dep_libudev() -> Dependency {
|
|||
(LinuxDistro::Debian, "libudev-dev".into()),
|
||||
(LinuxDistro::Fedora, "systemd-devel".into()),
|
||||
(LinuxDistro::Gentoo, "virtual/libudev".into()),
|
||||
(LinuxDistro::Suse, "libudev1".into()),
|
||||
(LinuxDistro::Suse, "systemd-devel".into()),
|
||||
]),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue