mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Meta: Replace freebsd | openbsd in vcpkg.json with bsd
This makes the file just a little bit cleaner and makes the work for supporting future BSD systems simpler.
This commit is contained in:
Notes:
github-actions[bot]
2026-01-16 18:09:14 +00:00
Author: https://github.com/cqundefine Commit: https://github.com/LadybirdBrowser/ladybird/commit/8fc95089d17 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7478 Reviewed-by: https://github.com/ADKaster ✅
@@ -57,11 +57,11 @@
|
||||
},
|
||||
{
|
||||
"name": "fontconfig",
|
||||
"platform": "linux | freebsd | openbsd | osx"
|
||||
"platform": "linux | bsd | osx"
|
||||
},
|
||||
{
|
||||
"name": "harfbuzz",
|
||||
"platform": "linux | freebsd | openbsd | windows",
|
||||
"platform": "linux | bsd | windows",
|
||||
"features": [
|
||||
"freetype",
|
||||
"icu"
|
||||
@@ -189,7 +189,7 @@
|
||||
},
|
||||
{
|
||||
"name": "skia",
|
||||
"platform": "linux | freebsd | openbsd",
|
||||
"platform": "linux | bsd",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"freetype",
|
||||
|
||||
Reference in New Issue
Block a user