fix: Include not shared object wayland-protocols

This commit is contained in:
Bones 2025-01-01 17:07:39 -05:00
parent 31b22b59f3
commit 0adf894b45

View file

@ -32,7 +32,7 @@ fn monado_deps() -> Vec<Dependency> {
},
Dependency {
name: "wayland-protocols".into(),
dep_type: DepType::SharedObject,
dep_type: DepType::Include,
filename: "wayland-protocols/drm-lease-v1-enum.h".into(),
packages: HashMap::from([
(LinuxDistro::Arch, "wayland-protocols".into()),