mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 08:10:25 +08:00
4215306d07
- at-spi2-core used to be satisfied by a system package in the linux CI image, noticed in the host build in android CI. - dbus used to be provided by a system dev package in the linux CI. The automatic configuration chooses "linked" mode in this case. With the system package remove from CI, this auto configuration created an installation order dependency due to the lack of a dbus dependency. Noticed in some CI runs, e.g. https://github.com/microsoft/vcpkg/pull/38618. - libclang probably became a dependency for qdoc with 5.15, but nobody noticed. - pcre2 has a default feature jit which is causing problems, #38604. This PR unblocks opt-put from pcre2[jit] in qt5-base. --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Co-authored-by: Monica <liuyumei01@beyondsoft.com>
33 lines
709 B
JSON
33 lines
709 B
JSON
{
|
|
"name": "qt5-tools",
|
|
"version": "5.15.13",
|
|
"port-version": 2,
|
|
"description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "qt5-activeqt",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "qt5-base",
|
|
"default-features": false
|
|
},
|
|
"qt5-declarative"
|
|
],
|
|
"features": {
|
|
"qdoc": {
|
|
"description": "Build the qdoc tool.",
|
|
"dependencies": [
|
|
{
|
|
"name": "llvm",
|
|
"default-features": false,
|
|
"features": [
|
|
"clang"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|