Merge branch 'patch-2' into 'main'

fix: libnotify headers path in wivrn depcheck

See merge request gabmus/envision!118
This commit is contained in:
Etch9 2025-03-02 18:28:30 +00:00
commit c6ec925662

View file

@ -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()),