feat: add avahi-glib-devel to wivrn deps
Some checks failed
/ cargo-fmtcheck (push) Has been cancelled
/ cargo-clippy (push) Has been cancelled
/ cargo-test (push) Has been cancelled
/ appimage (push) Has been cancelled

This commit is contained in:
Gabriele Musco 2024-10-10 07:32:08 +02:00
parent 27b01d0ffc
commit c36cdf5487
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -60,6 +60,19 @@ fn wivrn_deps() -> Vec<Dependency> {
(LinuxDistro::Suse, "libavahi-devel".into()),
]),
},
Dependency {
name: "avahi-glib-dev".into(),
dep_type: DepType::Include,
filename: "avahi-glib/glib-malloc.h".into(),
packages: HashMap::from([
(LinuxDistro::Arch, "avahi".into()),
(LinuxDistro::Debian, "libavahi-glib-dev".into()),
(LinuxDistro::Fedora, "avahi-glib-devel".into()),
// TODO
// (LinuxDistro::Gentoo, "".into()),
(LinuxDistro::Suse, "libavahi-glib-devel".into()),
]),
},
Dependency {
name: "libpulse-dev".into(),
dep_type: DepType::Include,