fix: libnotify headers path in wivrn depcheck

This commit is contained in:
Etch9 2025-02-25 18:02:34 +00:00 committed by Bones
commit 1ac253ecbf

View file

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