redox/recipes/wip/libs/libraw/recipe.toml
2024-02-22 03:31:34 +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",
]