Skip to content

Commit

Permalink
[wxwidgets] Add feature secretstore (microsoft#39616)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwang118 authored Jul 2, 2024
1 parent cf793ad commit f67e2bd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/wxwidgets/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ vcpkg_check_features(
FEATURES
fonts wxUSE_PRIVATE_FONTS
media wxUSE_MEDIACTRL
secretstore wxUSE_SECRETSTORE
sound wxUSE_SOUND
webview wxUSE_WEBVIEW
webview wxUSE_WEBVIEW_EDGE
Expand Down Expand Up @@ -68,7 +69,6 @@ vcpkg_cmake_configure(
-DwxUSE_NANOSVG=sys
-DwxUSE_GLCANVAS=ON
-DwxUSE_LIBGNOMEVFS=OFF
-DwxUSE_LIBNOTIFY=OFF
-DwxUSE_SECRETSTORE=OFF
-DwxUSE_STL=${WXWIDGETS_USE_STL}
-DwxUSE_STD_CONTAINERS=${WXWIDGETS_USE_STD_CONTAINERS}
Expand Down
5 changes: 4 additions & 1 deletion ports/wxwidgets/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wxwidgets",
"version": "3.2.5",
"port-version": 1,
"port-version": 2,
"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.",
Expand Down Expand Up @@ -86,6 +86,9 @@
}
]
},
"secretstore": {
"description": "Use wxSecretStore class"
},
"sound": {
"description": "Build wxSound support",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9486,7 +9486,7 @@
},
"wxwidgets": {
"baseline": "3.2.5",
"port-version": 1
"port-version": 2
},
"wyhash": {
"baseline": "2023-12-03",
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wxwidgets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5f1a838731947da96400efcfb971565c8ef32da1",
"version": "3.2.5",
"port-version": 2
},
{
"git-tree": "bde0f4d4900b197bce1a65b91f837d883acecda3",
"version": "3.2.5",
Expand Down

0 comments on commit f67e2bd

Please sign in to comment.