mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-04 15:18:58 +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 {
|
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()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue