mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 13:02:28 +00:00
Meta: Build QT with vcpkg on FreeBSD
This is a workaround for the fact that on FreeBSD the system icu has symbol renaming disabled which causes our build to clash with the expectations of the system QT.
This commit is contained in:
parent
f51f067f23
commit
6645e4efbb
Notes:
github-actions[bot]
2025-07-15 19:46:53 +00:00
Author: https://github.com/cqundefine
Commit: 6645e4efbb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5244
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/clausecker
Reviewed-by: https://github.com/trflynn89
1 changed files with 37 additions and 0 deletions
37
vcpkg.json
37
vcpkg.json
|
@ -98,6 +98,35 @@
|
||||||
"platform": "windows"
|
"platform": "windows"
|
||||||
},
|
},
|
||||||
"openssl",
|
"openssl",
|
||||||
|
{
|
||||||
|
"name": "qtbase",
|
||||||
|
"platform": "freebsd",
|
||||||
|
"default-features": false,
|
||||||
|
"features": [
|
||||||
|
"doubleconversion",
|
||||||
|
"fontconfig",
|
||||||
|
"freetype",
|
||||||
|
"gui",
|
||||||
|
"icu",
|
||||||
|
"jpeg",
|
||||||
|
"network",
|
||||||
|
"opengl",
|
||||||
|
"pcre2",
|
||||||
|
"png",
|
||||||
|
"thread",
|
||||||
|
"vulkan",
|
||||||
|
"widgets",
|
||||||
|
"xcb",
|
||||||
|
"xcb-xlib",
|
||||||
|
"xlib",
|
||||||
|
"xrender",
|
||||||
|
"zstd"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "qtmultimedia",
|
||||||
|
"platform": "freebsd"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "pthread",
|
"name": "pthread",
|
||||||
"platform": "windows"
|
"platform": "windows"
|
||||||
|
@ -212,6 +241,14 @@
|
||||||
"name": "openssl",
|
"name": "openssl",
|
||||||
"version": "3.5.0#1"
|
"version": "3.5.0#1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "qtbase",
|
||||||
|
"version": "6.8.3#2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "qtmultimedia",
|
||||||
|
"version": "6.8.3#0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "simdutf",
|
"name": "simdutf",
|
||||||
"version": "7.3.0#0"
|
"version": "7.3.0#0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue