mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
fix: Include not shared object wayland-protocols
This commit is contained in:
parent
31b22b59f3
commit
0adf894b45
1 changed files with 1 additions and 1 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Reference in a new issue