mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Meta: Explicitly list required features for harfbuzz and skia
This commit is contained in:
parent
3226aee666
commit
eaafaa53ef
Notes:
github-actions[bot]
2024-11-08 18:18:08 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/eaafaa53eff Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2214
1 changed files with 23 additions and 2 deletions
25
vcpkg.json
25
vcpkg.json
|
@ -16,7 +16,22 @@
|
||||||
"name": "fontconfig",
|
"name": "fontconfig",
|
||||||
"platform": "linux | freebsd | openbsd | osx | windows"
|
"platform": "linux | freebsd | openbsd | osx | windows"
|
||||||
},
|
},
|
||||||
"harfbuzz",
|
{
|
||||||
|
"name": "harfbuzz",
|
||||||
|
"platform": "linux | freebsd | openbsd | windows",
|
||||||
|
"features": [
|
||||||
|
"freetype",
|
||||||
|
"icu"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "harfbuzz",
|
||||||
|
"platform": "osx",
|
||||||
|
"features": [
|
||||||
|
"coretext",
|
||||||
|
"icu"
|
||||||
|
]
|
||||||
|
},
|
||||||
"icu",
|
"icu",
|
||||||
"libjpeg-turbo",
|
"libjpeg-turbo",
|
||||||
"libjxl",
|
"libjxl",
|
||||||
|
@ -46,13 +61,19 @@
|
||||||
"platform": "osx",
|
"platform": "osx",
|
||||||
"features": [
|
"features": [
|
||||||
"metal",
|
"metal",
|
||||||
"fontconfig"
|
"fontconfig",
|
||||||
|
"harfbuzz",
|
||||||
|
"icu"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "skia",
|
"name": "skia",
|
||||||
"platform": "linux | freebsd | openbsd | windows",
|
"platform": "linux | freebsd | openbsd | windows",
|
||||||
"features": [
|
"features": [
|
||||||
|
"freetype",
|
||||||
|
"fontconfig",
|
||||||
|
"harfbuzz",
|
||||||
|
"icu",
|
||||||
"vulkan"
|
"vulkan"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue