fix: Include not shared object wayland-protocols

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

View file

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