mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-02 07:36:09 +00:00
fix: add glib2-dev to wivrn deps
This commit is contained in:
parent
6b2818f266
commit
5254a9f3e5
1 changed files with 12 additions and 0 deletions
|
@ -207,6 +207,18 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Suse, "cli11-devel".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
name: "glib2-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "glib-2.0/glib.h".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "glib2".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
Add a link
Reference in a new issue