From 0adf894b4519824682b6e0886fa1c6853c9b7344 Mon Sep 17 00:00:00 2001 From: Bones Date: Wed, 1 Jan 2025 17:07:39 -0500 Subject: [PATCH] fix: Include not shared object wayland-protocols --- src/depcheck/monado_deps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/depcheck/monado_deps.rs b/src/depcheck/monado_deps.rs index d364ffe..8b8b217 100644 --- a/src/depcheck/monado_deps.rs +++ b/src/depcheck/monado_deps.rs @@ -32,7 +32,7 @@ fn monado_deps() -> Vec { }, 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()),