mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Meta: Explicitly list required features for harfbuzz and skia
This commit is contained in:
committed by
Andrew Kaster
parent
3226aee666
commit
eaafaa53ef
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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user