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:
Bones 2025-01-01 19:07:46 +00:00
commit fd2b700bc1

View file

@ -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(),