mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-29 12:18:56 +00:00
fix: add patch dependency for wivrn
This commit is contained in:
parent
a17ffc24b4
commit
72d5b784a7
1 changed files with 12 additions and 0 deletions
|
@ -20,6 +20,18 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
dep_openxr(),
|
||||
dep_vulkan_icd_loader(),
|
||||
dep_vulkan_headers(),
|
||||
Dependency {
|
||||
name: "patch".into(),
|
||||
dep_type: DepType::Executable,
|
||||
filename: "patch".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "patch".into()),
|
||||
(LinuxDistro::Debian, "patch".into()),
|
||||
(LinuxDistro::Fedora, "patch".into()),
|
||||
(LinuxDistro::Alpine, "patch".into()),
|
||||
(LinuxDistro::Gentoo, "sys-devel/patch".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
name: "x264-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue