mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 03:49:07 +08:00
48d15f4db6
* Add wxwidgets example and test port * Fix library processing for export Split original patch. Restore missing appending in the end. Drop libs (generator expression) which don't match build type. * Make wx-config relocatable * Rewrite wrapper * Add missing libjpeg-turbo dependency * Fixup wxrc * Update usage * Validate release/debug consistency * Fixup wx-config symlink * Use non-deprecated license expression * Fix portfile quirks * Transform installation fixup into patch * Fix mingw * Control curl dependency * Add message for linux system package dependencies * Update versions * Resolve linux lib issues * Update versions * Minor amendments * Update versions * Update requirements warning * Update versions * CR request: Move CMakelists.txt to example dir * CR requests: Revise wrapper * Update versions
39 lines
752 B
JSON
39 lines
752 B
JSON
{
|
|
"name": "vcpkg-ci-wxwidgets",
|
|
"version-date": "2022-04-05",
|
|
"description": "Builds a GUI app in order to validate the wxwidgets port.",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "wxwidgets",
|
|
"features": [
|
|
"example"
|
|
]
|
|
}
|
|
],
|
|
"default-features": [
|
|
"default-features"
|
|
],
|
|
"features": {
|
|
"default-features": {
|
|
"description": "Default features depending on system",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-ci-wxwidgets",
|
|
"default-features": false,
|
|
"features": [
|
|
"wxrc"
|
|
],
|
|
"platform": "native"
|
|
}
|
|
]
|
|
},
|
|
"wxrc": {
|
|
"description": "Test wxrc"
|
|
}
|
|
}
|
|
}
|