mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
14 lines
263 B
TOML
14 lines
263 B
TOML
#TODO compilation error
|
|
[source]
|
|
tar = "https://download.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libxml2",
|
|
"freetype2",
|
|
"zlib",
|
|
"libpng",
|
|
"fontconfig",
|
|
"expat",
|
|
]
|