mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 14:18:49 +00:00
fix: add openssl-devel dep for wivrn
This commit is contained in:
parent
3f846b26e0
commit
448b97469e
1 changed files with 12 additions and 0 deletions
|
@ -235,6 +235,18 @@ fn wivrn_deps() -> Vec<Dependency> {
|
||||||
(LinuxDistro::Suse, "glib2-devel".into()),
|
(LinuxDistro::Suse, "glib2-devel".into()),
|
||||||
]),
|
]),
|
||||||
},
|
},
|
||||||
|
Dependency {
|
||||||
|
name: "openssl-dev".into(),
|
||||||
|
dep_type: DepType::Executable,
|
||||||
|
filename: "openssl/ssl3.h".into(),
|
||||||
|
packages: HashMap::from([
|
||||||
|
(LinuxDistro::Arch, "openssl".into()),
|
||||||
|
(LinuxDistro::Alpine, "openssl-dev".into()),
|
||||||
|
(LinuxDistro::Debian, "libssl-dev".into()),
|
||||||
|
(LinuxDistro::Fedora, "openssl-devel".into()),
|
||||||
|
(LinuxDistro::Suse, "openssl-devel".into()),
|
||||||
|
]),
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue