mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
fix: add libnotify-dev dependency for wivrn
This commit is contained in:
parent
592709ab56
commit
c78b844b60
1 changed files with 12 additions and 0 deletions
|
@ -247,6 +247,18 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Suse, "openssl-devel".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
name: "libnotify-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "openssl/ssl3.h".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "libnotify".into()),
|
||||
(LinuxDistro::Alpine, "libnotify-dev".into()),
|
||||
(LinuxDistro::Debian, "libnotify-dev".into()),
|
||||
(LinuxDistro::Fedora, "libnotify-devel".into()),
|
||||
(LinuxDistro::Suse, "libnotify-devel".into()),
|
||||
]),
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue