mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-22 12:34:49 +00:00
fix: add missing monado deps
This commit is contained in:
parent
85c0b6d50f
commit
a8f673c133
1 changed files with 12 additions and 0 deletions
|
@ -52,6 +52,18 @@ fn monado_deps() -> Vec<Dependency> {
|
|||
dep_type: DepType::Executable,
|
||||
filename: "glslc".into(),
|
||||
},
|
||||
// duplicate executable, because of different packaging conventions
|
||||
// in different distros
|
||||
Dependency {
|
||||
name: "glslc".into(),
|
||||
dep_type: DepType::Executable,
|
||||
filename: "glslc".into(),
|
||||
},
|
||||
Dependency {
|
||||
name: "glslang-devel".into(),
|
||||
dep_type: DepType::Executable,
|
||||
filename: "glslangValidator".into(),
|
||||
},
|
||||
Dependency {
|
||||
name: "vulkan-headers".into(),
|
||||
dep_type: DepType::Include,
|
||||
|
|
Loading…
Add table
Reference in a new issue