mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-01 13:48:47 +00:00
fix(monado dependencies): add libxrandr
This commit is contained in:
parent
fa79ec3749
commit
2c642b489c
2 changed files with 3 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -315,7 +315,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "envision"
|
||||
version = "0.1.0"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"ash",
|
||||
|
|
|
@ -6,7 +6,7 @@ use super::{
|
|||
},
|
||||
DepType, Dependency, DependencyCheckResult,
|
||||
};
|
||||
use crate::linux_distro::LinuxDistro;
|
||||
use crate::{depcheck::common::dep_libxrandr, linux_distro::LinuxDistro};
|
||||
use std::collections::HashMap;
|
||||
|
||||
fn monado_deps() -> Vec<Dependency> {
|
||||
|
@ -17,6 +17,7 @@ fn monado_deps() -> Vec<Dependency> {
|
|||
dep_vulkan_headers(),
|
||||
dep_libxcb(),
|
||||
dep_libx11(),
|
||||
dep_libxrandr(),
|
||||
Dependency {
|
||||
name: "wayland".into(),
|
||||
dep_type: DepType::SharedObject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue