redox/recipes/wip/libs/image/libwebp2/recipe.toml

11 lines
303 B
TOML

#TODO not compiled or tested
# build instructions: https://chromium.googlesource.com/codecs/libwebp2/#compiling
[source]
git = "https://chromium.googlesource.com/codecs/libwebp2"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DWP2_BUILD_TESTS=OFF",
"-DWP2_INSTALL_TESTS=OFF",
]