mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
aedi: update webp to 1.3.1
This commit is contained in:
parent
d370fae379
commit
dbd750017e
2 changed files with 2 additions and 14 deletions
|
@ -484,9 +484,8 @@ class WebpTarget(base.CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.2.2.tar.gz',
|
'https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.1.tar.gz',
|
||||||
'7656532f837af5f4cec3ff6bafe552c044dc39bf453587bd5b77450802f4aee6',
|
'b3779627c2dfd31e3d8c4485962c2efe17785ef975e2be5c8c0c9e6cd3c4ef66')
|
||||||
patches='webp-fix-cmake')
|
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
option_suffices = (
|
option_suffices = (
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- a/cmake/WebPConfig.cmake.in
|
|
||||||
+++ b/cmake/WebPConfig.cmake.in
|
|
||||||
@@ -5,7 +5,7 @@
|
|
||||||
|
|
||||||
include ("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
|
||||||
|
|
||||||
-set(WebP_INCLUDE_DIRS "@CMAKE_INSTALL_FULL_INCLUDEDIR@")
|
|
||||||
+set(WebP_INCLUDE_DIRS "webp")
|
|
||||||
set(WEBP_INCLUDE_DIRS ${WebP_INCLUDE_DIRS})
|
|
||||||
set(WebP_LIBRARIES "@INSTALLED_LIBRARIES@")
|
|
||||||
set(WEBP_LIBRARIES "${WebP_LIBRARIES}")
|
|
Loading…
Reference in a new issue