fix: libnotify headers path in wivrn depcheck

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

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