mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libgd: update to 2.3.1
Remove upstreamed patches. Add one to fix finding libwebp. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -116,7 +116,7 @@ else (USE_EXT_GD)
|
||||
endif (ENABLE_ICONV)
|
||||
|
||||
IF (ENABLE_WEBP)
|
||||
- FIND_PACKAGE(WEBP REQUIRED)
|
||||
+ FIND_PACKAGE(WebP REQUIRED)
|
||||
ENDIF (ENABLE_WEBP)
|
||||
|
||||
IF (ENABLE_LIQ)
|
||||
@@ -166,10 +166,10 @@ else (USE_EXT_GD)
|
||||
LIST(APPEND PKG_REQUIRES_PRIVATES zlib)
|
||||
ENDIF(ZLIB_FOUND)
|
||||
|
||||
- IF(WEBP_FOUND)
|
||||
- INCLUDE_DIRECTORIES(${WEBP_INCLUDE_DIR})
|
||||
+ IF(WebP_FOUND)
|
||||
+ INCLUDE_DIRECTORIES(${WebP_INCLUDE_DIR})
|
||||
SET(HAVE_LIBWEBP 1)
|
||||
- ENDIF(WEBP_FOUND)
|
||||
+ ENDIF(WebP_FOUND)
|
||||
|
||||
IF(PNG_FOUND)
|
||||
INCLUDE_DIRECTORIES(${PNG_INCLUDE_DIR})
|
||||
Reference in New Issue
Block a user