mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 03:54:49 +00:00
fix: some dependencies
This commit is contained in:
parent
fae179d028
commit
9928dd4942
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ pub fn dep_libdrm() -> Dependency {
|
|||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "libdrm".into()),
|
||||
(LinuxDistro::Debian, "libdrm-dev".into()),
|
||||
(LinuxDistro::Fedora, "libdrm".into()),
|
||||
(LinuxDistro::Fedora, "libdrm-devel".into()),
|
||||
(LinuxDistro::Alpine, "libdrm-dev".into()),
|
||||
(LinuxDistro::Gentoo, "x11-libs/libdrm".into()),
|
||||
]),
|
||||
|
|
|
@ -139,7 +139,7 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "gst-plugins-base-libs".into()),
|
||||
(LinuxDistro::Debian, "libgstreamer1.0-dev".into()),
|
||||
(LinuxDistro::Fedora, "gstreamer1-devel".into()),
|
||||
(LinuxDistro::Fedora, "gstreamer1-plugins-base-devel".into()),
|
||||
(LinuxDistro::Gentoo, "media-libs/gst-plugins-base".into()),
|
||||
]),
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue