mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
Merge branch 'patch-2' into 'main'
fix: libnotify headers path in wivrn depcheck See merge request gabmus/envision!118
This commit is contained in:
commit
c6ec925662
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