mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 12:09:00 +08:00
19 lines
467 B
TOML
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",
|
|
]
|