mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
Merge branch 'wayland-protocols' into 'main'
fix: add wayland drm-lease protocols dep for monado See merge request gabmus/envision!102
This commit is contained in:
commit
fd2b700bc1
1 changed files with 12 additions and 0 deletions
|
@ -30,6 +30,18 @@ fn monado_deps() -> Vec<Dependency> {
|
|||
(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_eigen(),
|
||||
dep_git(),
|
||||
|
|
Loading…
Add table
Reference in a new issue