mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 14:49:04 +00:00
fix: add wayland drm-lease protocols dep for monado
This commit is contained in:
parent
d38acf0a7e
commit
db5c295435
1 changed files with 12 additions and 0 deletions
|
@ -30,6 +30,18 @@ fn monado_deps() -> Vec<Dependency> {
|
||||||
(LinuxDistro::Suse, "wayland-devel".into()),
|
(LinuxDistro::Suse, "wayland-devel".into()),
|
||||||
]),
|
]),
|
||||||
},
|
},
|
||||||
|
Dependency {
|
||||||
|
name: "wayland-protocols".into(),
|
||||||
|
dep_type: DepType::SharedObject,
|
||||||
|
filename: "wayland-protocols/drm-lease-v1-enum.h".into(),
|
||||||
|
packages: HashMap::from([
|
||||||
|
(LinuxDistro::Arch, "wayland-protocols".into()),
|
||||||
|
(LinuxDistro::Debian, "wayland-protocols".into()),
|
||||||
|
(LinuxDistro::Fedora, "wayland-protocols".into()),
|
||||||
|
(LinuxDistro::Gentoo, "dev-libs/wayland-protocols".into()),
|
||||||
|
(LinuxDistro::Suse, "wayland-protocols".into()),
|
||||||
|
]),
|
||||||
|
},
|
||||||
dep_cmake(),
|
dep_cmake(),
|
||||||
dep_eigen(),
|
dep_eigen(),
|
||||||
dep_git(),
|
dep_git(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue