diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-08-28 14:52:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-28 14:52:33 -0700 |
| commit | 854f50e50c9ff812acb94318ebee80218984c02e (patch) | |
| tree | 4ca02a1129f54124f1d6c47a443a83dc8cf62556 | |
| parent | 3c5fdcbe628167faee57393929d76df2339ff32b (diff) | |
| download | vcpkg-854f50e50c9ff812acb94318ebee80218984c02e.tar.gz vcpkg-854f50e50c9ff812acb94318ebee80218984c02e.zip | |
[skia] Remove use of vcpkg_apply_patches. (#13186)
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
| -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}" |
