diff --git a/ports/skia/portfile.cmake b/ports/skia/portfile.cmake index 72f5ed140a2d1a..dc6881eecf5350 100644 --- a/ports/skia/portfile.cmake +++ b/ports/skia/portfile.cmake @@ -108,6 +108,10 @@ skia_use_lua=false \ skia_enable_tools=false \ skia_enable_spirv_validation=false") +if(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64") + set(OPTIONS "${OPTIONS} target_cpu=\"arm64\"") +endif() + # used for passing feature-specific definitions to the config file set(SKIA_PUBLIC_DEFINITIONS "") diff --git a/ports/skia/vcpkg.json b/ports/skia/vcpkg.json index 391163edd6e854..d8991a23706f55 100644 --- a/ports/skia/vcpkg.json +++ b/ports/skia/vcpkg.json @@ -1,14 +1,14 @@ { "name": "skia", "version-date": "2020-05-18", - "port-version": 7, + "port-version": 8, "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.", "Skia is sponsored and managed by Google, but is available for use by anyone under the BSD Free Software License. While engineering of the core components is done by the Skia development team, we consider contributions from any source." ], "homepage": "https://skia.org", - "supports": "x64 & (osx | windows)", + "supports": "osx | windows", "dependencies": [ "expat", { diff --git a/versions/baseline.json b/versions/baseline.json index 6b3147e52ca18c..df67e110a34e1d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6426,7 +6426,7 @@ }, "skia": { "baseline": "2020-05-18", - "port-version": 7 + "port-version": 8 }, "skyr-url": { "baseline": "1.13.0", diff --git a/versions/s-/skia.json b/versions/s-/skia.json index 4c664f1d222e00..168d625e74968f 100644 --- a/versions/s-/skia.json +++ b/versions/s-/skia.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "104ba7c5e5e46398000e92e0f9cc3c9f0999e142", + "version-date": "2020-05-18", + "port-version": 8 + }, { "git-tree": "f7b3961a52ea4c43d781a5c8ace67d0ef100cce7", "version-date": "2020-05-18",