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.

envision: add runtime deps for Monado

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

Shiloh Fen 7e91d46b d066905a

+14 -2
+14 -2
src/atomic-xr/envision.nu
··· 20 20 } 21 21 22 22 def ensure-host-packages [ 23 - ...packages: string 23 + packages: list<string> 24 24 ] { 25 25 let missing_packages = $packages 26 26 | each {|package| ··· 51 51 } 52 52 git switch --detach (git tag -l --sort=v:refname | lines | last) 53 53 54 - ensure-host-packages openxr-libs openvr-api 54 + ensure-host-packages [ 55 + openxr-libs 56 + openvr-api 57 + 58 + # Monado 59 + # TODO: Is there a way to build Envision that doesn't require all of these at runtime? 60 + libuvc 61 + openhmd 62 + opencv 63 + onnxruntime 64 + librealsense 65 + opencv-video 66 + ] 55 67 56 68 [ 57 69 "Actions=BuildMode;"