mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +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 {
|
Dependency {
|
||||||
name: "libnotify-dev".into(),
|
name: "libnotify-dev".into(),
|
||||||
dep_type: DepType::Include,
|
dep_type: DepType::Include,
|
||||||
filename: "openssl/ssl3.h".into(),
|
filename: "libnotify/notify.h".into(),
|
||||||
packages: HashMap::from([
|
packages: HashMap::from([
|
||||||
(LinuxDistro::Arch, "libnotify".into()),
|
(LinuxDistro::Arch, "libnotify".into()),
|
||||||
(LinuxDistro::Alpine, "libnotify-dev".into()),
|
(LinuxDistro::Alpine, "libnotify-dev".into()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue