feat: enable oculus rift CV1 support for openHMD

This commit is contained in:
Bones 2024-10-16 18:17:01 -04:00
parent 3c175d701f
commit a4dc40e513

View file

@ -50,7 +50,7 @@ pub fn get_build_openhmd_jobs(profile: &Profile, clean_build: bool) -> VecDeque<
format!("--prefix={}", profile.prefix.to_string_lossy()), format!("--prefix={}", profile.prefix.to_string_lossy()),
format!("--libdir={}", profile.prefix.join("lib").to_string_lossy()), format!("--libdir={}", profile.prefix.join("lib").to_string_lossy()),
"--buildtype=debugoptimized".into(), "--buildtype=debugoptimized".into(),
"-Ddrivers=deepoon,xgvr,vrtek,external".into(), "-Ddrivers=rift,deepoon,xgvr,vrtek,external".into(),
"-Dtests=false".into(), "-Dtests=false".into(),
build_dir.to_string_lossy().to_string(), build_dir.to_string_lossy().to_string(),
profile profile