Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ports/skia/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")

Expand Down
4 changes: 2 additions & 2 deletions ports/skia/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6426,7 +6426,7 @@
},
"skia": {
"baseline": "2020-05-18",
"port-version": 7
"port-version": 8
},
"skyr-url": {
"baseline": "1.13.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/skia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "104ba7c5e5e46398000e92e0f9cc3c9f0999e142",
"version-date": "2020-05-18",
"port-version": 8
},
{
"git-tree": "f7b3961a52ea4c43d781a5c8ace67d0ef100cce7",
"version-date": "2020-05-18",
Expand Down