From 854f50e50c9ff812acb94318ebee80218984c02e Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Fri, 28 Aug 2020 14:52:33 -0700 Subject: [skia] Remove use of vcpkg_apply_patches. (#13186) Co-authored-by: wangli28 --- ports/skia/CONTROL | 2 +- 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}" -- cgit v1.2.3