redox/recipes/wip/libraw/recipe.toml
2023-12-22 01:53:21 +00:00

13 lines
226 B
TOML

#TODO compilation error
#TODO make libjasper work
[source]
tar = "https://www.libraw.org/data/LibRaw-0.21.1.tar.gz"
[build]
template = "configure"
dependencies = [
"zlib",
#"libjasper",
"libjpeg",
"liblcms",
]