redox/recipes/wip/graphics/vr/alvr/recipe.toml
2024-12-08 21:22:10 +00:00

19 lines
467 B
TOML

#TODO missing script for cargo-xtask, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source
#TODO probably missing dependencies, see: https://github.com/alvr-org/ALVR/wiki/Building-From-Source#streamer-building
[source]
git = "https://github.com/alvr-org/ALVR"
[build]
template = "custom"
dependencies = [
"openssl1",
"gtk3",
"libvulkan",
"libunwind",
"x264",
"x265",
"libxcb",
"libxkbcommon",
"libva",
"pipewire",
]