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.

Add WMR dependencies to the build container

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

+12
+12
src/atomic-xr/envision.nu
··· 58 58 59 59 sudo dnf builddep -y envision 60 60 61 + # TODO: Only install dependencies required for the requested profiles 61 62 [ 62 63 # WiVRn 63 64 envision-wivrn ··· 94 95 SDL2-devel 95 96 wayland-protocols-devel 96 97 openxr-devel 98 + 99 + # WMR 100 + fmt-devel 101 + fmt-devel 102 + git-lfs 103 + glew-devel 104 + glew-devel 105 + gtest-devel 106 + jq 107 + lz4-devel 108 + tbb-devel 97 109 ] | sudo dnf install -y ...$in 98 110 99 111 meson setup build -Dprefix=($env.HOME)/.local --reconfigure