mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
10 lines
228 B
TOML
10 lines
228 B
TOML
#TODO the redox target is not supported on the configure script
|
|
[source]
|
|
tar = "http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libogg",
|
|
"libvorbis",
|
|
]
|