mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
10 lines
259 B
TOML
10 lines
259 B
TOML
#TODO CMake error, see https://github.com/Haivision/srt/blob/master/docs/build/build-linux.md
|
|
[source]
|
|
git = "https://github.com/Haivision/srt"
|
|
rev = "09f35c0f1743e23f514cb41444504a7faeacf89e"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|