redox/recipes/wip/libs/other/libbluray/recipe.toml
2024-06-26 03:59:18 +00:00

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",
]