mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-06 03:09:04 +08:00
88b3aedb3b
* Revert "[wxwidgets] Remove debug asserts from Release build. (#25240)"
This reverts commit 6e16931acd
.
* Update to 3.1.7
* Update installation layout
* Upstream CMake export is not ready for use
* Update versions
* Remove obsolete patch
* Use msvc layout for mingw on windows
* Add debug-support feature
* Update versions
* Fix condition
* Update versions
* Restore symlink patch
* Update versions
* Remove trace option from test port
* Enable testing without feature debug-support
* Fixup defaults for using without debug support
* Expect wxrc-3.1 for mingw cross builds ("unix" layout)
* Update versions
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "wxwidgets",
|
|
"version": "3.1.7",
|
|
"description": [
|
|
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
|
|
"Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",
|
|
"Set WXWIDGETS_USE_STD_CONTAINERS in a custom triplet to build with the wxUSE_STD_CONTAINERS build option."
|
|
],
|
|
"homepage": "https://github.com/wxWidgets/wxWidgets",
|
|
"license": "LGPL-2.0-or-later WITH WxWindows-exception-3.1",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false,
|
|
"platform": "!windows & !osx"
|
|
},
|
|
"expat",
|
|
"libjpeg-turbo",
|
|
"libpng",
|
|
"nanosvg",
|
|
"pcre2",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"debug-support",
|
|
"sound"
|
|
],
|
|
"features": {
|
|
"debug-support": {
|
|
"description": "Enable wxWidgets debugging support hooks even for release builds (wxDEBUG_LEVEL 1)"
|
|
},
|
|
"example": {
|
|
"description": "Example source code and CMake project"
|
|
},
|
|
"sound": {
|
|
"description": "Build wxSound support",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false,
|
|
"platform": "!windows & !osx"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|