mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:20:24 +08:00
996baeff29
wxUSE_STL defaults to OFF so that is how it is in Linux distribution packages. Downstream projects developed with wxUSE_STL=ON are not necessarily compatible with wxUSE_STL=OFF without modification. So, by default, go with wxWidgets' default for compatibility with downstream codebases. vcpkg users who need wxUSE_STL=ON can still do so by simply opting into the new 'stl' feature of this port. https://forums.wxwidgets.org/viewtopic.php?p=165208 Signed-off-by: Be <be@mixxx.org>
18 lines
463 B
JSON
18 lines
463 B
JSON
{
|
|
"name": "wxwidgets",
|
|
"version-semver": "3.1.5",
|
|
"port-version": 3,
|
|
"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."
|
|
],
|
|
"homepage": "https://github.com/wxWidgets/wxWidgets",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"expat",
|
|
"libpng",
|
|
"tiff",
|
|
"zlib"
|
|
]
|
|
}
|