mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
12 lines
199 B
TOML
12 lines
199 B
TOML
#TODO compilation error
|
|
[source]
|
|
tar = "https://www.libraw.org/data/LibRaw-0.21.1.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"zlib",
|
|
"libjasper",
|
|
"libjpeg",
|
|
"liblcms",
|
|
]
|