mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-07-23 01:11:49 +00:00
feat: enable oculus rift CV1 support for openHMD
This commit is contained in:
parent
3c175d701f
commit
a4dc40e513
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pub fn get_build_openhmd_jobs(profile: &Profile, clean_build: bool) -> VecDeque<
|
|||
format!("--prefix={}", profile.prefix.to_string_lossy()),
|
||||
format!("--libdir={}", profile.prefix.join("lib").to_string_lossy()),
|
||||
"--buildtype=debugoptimized".into(),
|
||||
"-Ddrivers=deepoon,xgvr,vrtek,external".into(),
|
||||
"-Ddrivers=rift,deepoon,xgvr,vrtek,external".into(),
|
||||
"-Dtests=false".into(),
|
||||
build_dir.to_string_lossy().to_string(),
|
||||
profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue