aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebp/0001-build.patch
diff options
context:
space:
mode:
authorAlexander Neumann <alexander.neumann@hamburg.de>2020-02-03 11:21:47 +0100
committerAlexander Neumann <alexander.neumann@hamburg.de>2020-02-03 11:21:47 +0100
commitd8167d3188d5d15c57fe608a968c65cd41bd5358 (patch)
tree8385bba54fa7cbba813ed8bb9607d119a0c1bca2 /ports/libwebp/0001-build.patch
parent09dca6dbf444b64d0d691c388b64a05f8b81c291 (diff)
downloadvcpkg-d8167d3188d5d15c57fe608a968c65cd41bd5358.tar.gz
vcpkg-d8167d3188d5d15c57fe608a968c65cd41bd5358.zip
fix extra dependencies and build errors
Diffstat (limited to 'ports/libwebp/0001-build.patch')
-rw-r--r--ports/libwebp/0001-build.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libwebp/0001-build.patch b/ports/libwebp/0001-build.patch
index 25166e292..bc61b9b51 100644
--- a/ports/libwebp/0001-build.patch
+++ b/ports/libwebp/0001-build.patch
@@ -23,7 +23,7 @@ index 9503daacb..2fb9ef137 100644
endif()
if(WEBP_BUILD_GIF2WEBP)
-@@ -524,7 +528,10 @@ if(WEBP_BUILD_EXTRAS)
+@@ -524,7 +528,11 @@ if(WEBP_BUILD_EXTRAS)
# webp_quality
add_executable(webp_quality ${WEBP_QUALITY_SRCS} ${WEBP_EXTRAS_SRCS})
@@ -33,4 +33,5 @@ index 9503daacb..2fb9ef137 100644
+ endif()
target_include_directories(webp_quality
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}
++ ${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_BINARY_DIR})