early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/libwebp/0003-fix-tool-dependencies.patch
vendored
Executable file
13
externals/vcpkg/ports/libwebp/0003-fix-tool-dependencies.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 77a0f85..4a84ed1 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -410,6 +410,8 @@ endif()
|
||||
|
||||
# Build the executables if asked for.
|
||||
if(WEBP_BUILD_ANIM_UTILS
|
||||
+ OR WEBP_BUILD_WEBPINFO
|
||||
+ OR WEBP_BUILD_WEBPMUX
|
||||
OR WEBP_BUILD_CWEBP
|
||||
OR WEBP_BUILD_DWEBP
|
||||
OR WEBP_BUILD_GIF2WEBP
|
Reference in New Issue
Block a user