diff options
| -rw-r--r-- | ports/skia/CONTROL | 2 | ||||
| -rw-r--r-- | ports/skia/portfile.cmake | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ports/skia/CONTROL b/ports/skia/CONTROL index 917ca1199..e06605d1d 100644 --- a/ports/skia/CONTROL +++ b/ports/skia/CONTROL @@ -1,6 +1,6 @@ Source: skia Version: 2020-05-18 -Port-Version: 3 +Port-Version: 4 Homepage: https://skia.org Description: Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms. It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products. diff --git a/ports/skia/portfile.cmake b/ports/skia/portfile.cmake index b7cc1f093..30feaf013 100644 --- a/ports/skia/portfile.cmake +++ b/ports/skia/portfile.cmake @@ -6,6 +6,7 @@ vcpkg_from_git( OUT_SOURCE_PATH SOURCE_PATH URL https://skia.googlesource.com/skia.git REF fb0b35fed5580d49392df7ce9374551b348fffbf + PATCHES add-missing-tuple.patch ) function(checkout_in_path PATH URL REF) @@ -163,11 +164,6 @@ if(CMAKE_HOST_WIN32) endif() -vcpkg_apply_patches( - SOURCE_PATH "${SOURCE_PATH}" - PATCHES add-missing-tuple.patch -) - vcpkg_configure_gn( SOURCE_PATH "${SOURCE_PATH}" OPTIONS_DEBUG "${OPTIONS_DBG}" |
