diff options
| author | Be <be@mixxx.org> | 2021-08-19 08:59:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 08:59:43 -0700 |
| commit | 996baeff2978d1e80b8939ef1688c2aa6f276dbd (patch) | |
| tree | 7c0575b53c53e405ca94963ac75c76d20046e12b /versions | |
| parent | bd7fc2c75b87b815c96abff1990a0d2333b20d6d (diff) | |
| download | vcpkg-996baeff2978d1e80b8939ef1688c2aa6f276dbd.tar.gz vcpkg-996baeff2978d1e80b8939ef1688c2aa6f276dbd.zip | |
[wxwidgets] make wxUSE_STL an optional triplet feature (#19274)
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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/w-/wxwidgets.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 1bfc674bc..739bdd009 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6782,7 +6782,7 @@ }, "wxwidgets": { "baseline": "3.1.5", - "port-version": 2 + "port-version": 3 }, "x-plane": { "baseline": "3.0.3", diff --git a/versions/w-/wxwidgets.json b/versions/w-/wxwidgets.json index 72eaf1357..d674192ce 100644 --- a/versions/w-/wxwidgets.json +++ b/versions/w-/wxwidgets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "dcd0a52fd041f8c7b658a01ec1141f36d77220c6", + "version-semver": "3.1.5", + "port-version": 3 + }, + { "git-tree": "6fa230bffdee1e7d700570c31e6f08367460c0c9", "version-semver": "3.1.5", "port-version": 2 |
