mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
17 lines
292 B
TOML
17 lines
292 B
TOML
#TODO compile and test
|
|
[source]
|
|
git = "https://github.com/Exiv2/exiv2"
|
|
rev = "v0.28.8"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DEXIV2_ENABLE_XMP=OFF",
|
|
"-DEXIV2_ENABLE_BROTLI=OFF",
|
|
"-DBUILD_WITH_CCACHE=ON",
|
|
]
|
|
dependencies = [
|
|
"zlib",
|
|
"libiconv",
|
|
]
|