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",
"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",
"libjpeg-turbo",
"libjxl",
@ -46,13 +61,19 @@
"platform": "osx",
"features": [
"metal",
"fontconfig"
"fontconfig",
"harfbuzz",
"icu"
]
},
{
"name": "skia",
"platform": "linux | freebsd | openbsd | windows",
"features": [
"freetype",
"fontconfig",
"harfbuzz",
"icu",
"vulkan"
]
},