Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skia] Add dependency dlfcn-win32 for feature freetype on windows #33793

Merged
merged 2 commits into from
Sep 18, 2023
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
6 changes: 5 additions & 1 deletion ports/skia/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skia",
"version": "0.36.0",
"port-version": 9,
"port-version": 10,
"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.",
Expand Down Expand Up @@ -107,6 +107,10 @@
"freetype": {
"description": "Freetype support",
"dependencies": [
{
"name": "dlfcn-win32",
"platform": "windows"
},
{
"name": "freetype",
"default-features": false
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7698,7 +7698,7 @@
},
"skia": {
"baseline": "0.36.0",
"port-version": 9
"port-version": 10
},
"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": "df5e0eb3dc6aa8ee9b5829caf01ce7876bc7c2fe",
"version": "0.36.0",
"port-version": 10
},
{
"git-tree": "9389efe5ea2540ef9a0885b796d13e0d730fb603",
"version": "0.36.0",
Expand Down