mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
11 lines
303 B
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",
|
|
] |