mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
fix: libnotify headers path in wivrn depcheck
This commit is contained in:
parent
92d17512a4
commit
1ac253ecbf
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
Dependency {
|
||||
name: "libnotify-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "openssl/ssl3.h".into(),
|
||||
filename: "libnotify/notify.h".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "libnotify".into()),
|
||||
(LinuxDistro::Alpine, "libnotify-dev".into()),
|
||||
|
|
Loading…
Add table
Reference in a new issue