aboutsummaryrefslogtreecommitdiff
path: root/ports/gdk-pixbuf
diff options
context:
space:
mode:
authordriver1998 <driver1998@foxmail.com>2020-02-08 01:36:39 +0800
committerGitHub <noreply@github.com>2020-02-07 09:36:39 -0800
commit7d4227f02e445b0a29f8c1ce3258b57d60b71cfe (patch)
tree179fcf840bb32edda864d6ec80a5866f56359d3a /ports/gdk-pixbuf
parent8eaa597bba70728c70feb4674566abcbe6feeb5c (diff)
downloadvcpkg-7d4227f02e445b0a29f8c1ce3258b57d60b71cfe.tar.gz
vcpkg-7d4227f02e445b0a29f8c1ce3258b57d60b71cfe.zip
[libffi] Update to v3.3 release (#6119)
* libffi 3.3-rc0 custom port, with arm/arm64 windows support * fix linux build * enable EFI64 in linux x64, should fix build errors in some cases * libffi: move to the arm64 support pr branch * libffi: move to latest upstream master * libffi: update to upstream master * libffi: update to v3.3-rc2 * libffi: update to v3.3 release * libffi: update version in fficonfig.h * libffi: Remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS * [libffi] update portfile.cmake * [libnice] fix Windows ARM64 build * CI: set atk:arm64-windows to fail atk compilation requires running glib(arm64) tools, which is not possible on a x86 system. * CI: libffi:arm64-windows passing * [gdk-pixbuf] fix Windows ARM64 build * [pangomm] show unsupported architecture error on ARM * [pangomm] update portfile.cmake * [libffi] Avoid depending on VCPKG_TARGET_TRIPLET; use native cmake variables instead. Avoid double expansion inside if(). * [libffi] TARGET is a keyword for if() -- use quoted expansion instead. Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/gdk-pixbuf')
-rw-r--r--ports/gdk-pixbuf/CMakeLists.txt2
-rw-r--r--ports/gdk-pixbuf/CONTROL2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/gdk-pixbuf/CMakeLists.txt b/ports/gdk-pixbuf/CMakeLists.txt
index 04524cb4f..b370a1917 100644
--- a/ports/gdk-pixbuf/CMakeLists.txt
+++ b/ports/gdk-pixbuf/CMakeLists.txt
@@ -73,7 +73,7 @@ set(LIBS
${PNG_LIBRARIES}
)
if(WIN32)
- list(APPEND LIBS Gdiplus unofficial::gettext::libintl)
+ list(APPEND LIBS Gdiplus ole32 unofficial::gettext::libintl)
else()
list(APPEND LIBS m)
endif()
diff --git a/ports/gdk-pixbuf/CONTROL b/ports/gdk-pixbuf/CONTROL
index 7fa34b21a..369cd0d50 100644
--- a/ports/gdk-pixbuf/CONTROL
+++ b/ports/gdk-pixbuf/CONTROL
@@ -1,5 +1,5 @@
Source: gdk-pixbuf
-Version: 2.36.9-3
+Version: 2.36.9-4
Homepage: https://developer.gnome.org/gdk-pixbuf/
Description: Image loading library.
Build-Depends: gettext, zlib, libpng, glib