XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

runtime: Basalt SLAM tracking dependency group

Signed-off-by: MatrixFurry <did:plc:zmjoeu3stwcn44647rhxa44o>

+3 -1
+2 -1
src/atomic-xr/envision.nu
··· 11 11 12 12 export def install [ 13 13 --no-monado (-m) # Don't install runtime deps for Monado 14 + --no-slam (-s) # Don't install runtime deps for SLAM tracking with Basalt 14 15 ] { 15 - runtime install xr (if not $no_monado {"monado"}) 16 + runtime install xr (if not $no_monado {"monado"}) (if not $no_slam {"slam"}) 16 17 17 18 let VERSION_ID: string = (open -r /etc/os-release | parse "{k}={v}" | str trim -c '"' | where k == VERSION_ID | get v.0) 18 19
+1
src/atomic-xr/runtime.nu
··· 13 13 librealsense 14 14 opencv-video 15 15 ] 16 + slam: [boost] 16 17 } 17 18 18 19 # Install runtime dependencies