mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 03:54:49 +00:00
fix: add gdbus-codegen dependency for wivrn
This commit is contained in:
parent
8c23ad9bac
commit
08efad70d2
1 changed files with 12 additions and 0 deletions
|
@ -219,6 +219,18 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Suse, "glib2-devel".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
name: "gdbus-codegen".into(),
|
||||
dep_type: DepType::Executable,
|
||||
filename: "gdbus-codegen".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "glib2-devel".into()),
|
||||
(LinuxDistro::Alpine, "glib-dev".into()),
|
||||
(LinuxDistro::Debian, "libglib2.0-dev".into()),
|
||||
(LinuxDistro::Fedora, "glib2-devel".into()),
|
||||
(LinuxDistro::Suse, "glib2-devel".into()),
|
||||
]),
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue