Meta: Explicitly list required features for harfbuzz and skia

This commit is contained in:
Andrew Kaster 2024-11-07 12:46:15 -07:00 committed by Andrew Kaster
parent 3226aee666
commit eaafaa53ef
Notes: github-actions[bot] 2024-11-08 18:18:08 +00:00

View file

@ -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"
] ]
}, },