mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
fix: systemd-dev package for gentoo; new libavutil-dev dependency
This commit is contained in:
parent
be4c50f020
commit
f3af0bef0a
1 changed files with 11 additions and 1 deletions
|
@ -151,7 +151,7 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Arch, "systemd-libs".into()),
|
||||
(LinuxDistro::Debian, "libsystemd-dev".into()),
|
||||
(LinuxDistro::Fedora, "systemd-devel".into()),
|
||||
(LinuxDistro::Gentoo, "sys-auth/elogind".into()),
|
||||
(LinuxDistro::Gentoo, "sys-apps/systemd".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
|
@ -165,6 +165,16 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Gentoo, "media-libs/libva".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
name: "libavutil-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "libavutil/hwcontext_vaapi.h".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "ffmpeg".into()),
|
||||
(LinuxDistro::Debian, "libavutil-dev".into()),
|
||||
(LinuxDistro::Fedora, "libavutil-free-devel".into()),
|
||||
]),
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue