Skip to content

Commit 74f76df

Browse files
authored
[wxwidgets] Restore deleted compile options (#39669)
1 parent f08f5fc commit 74f76df

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/wxwidgets/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ vcpkg_cmake_configure(
6969
-DwxUSE_NANOSVG=sys
7070
-DwxUSE_GLCANVAS=ON
7171
-DwxUSE_LIBGNOMEVFS=OFF
72-
-DwxUSE_SECRETSTORE=OFF
72+
-DwxUSE_LIBNOTIFY=OFF
7373
-DwxUSE_STL=${WXWIDGETS_USE_STL}
7474
-DwxUSE_STD_CONTAINERS=${WXWIDGETS_USE_STD_CONTAINERS}
7575
-DwxUSE_UIACTIONSIMULATOR=OFF

ports/wxwidgets/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wxwidgets",
33
"version": "3.2.5",
4-
"port-version": 2,
4+
"port-version": 3,
55
"description": [
66
"Widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. ",
77
"Set WXWIDGETS_USE_STL in a custom triplet to build with the wxUSE_STL build option.",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9490,7 +9490,7 @@
94909490
},
94919491
"wxwidgets": {
94929492
"baseline": "3.2.5",
9493-
"port-version": 2
9493+
"port-version": 3
94949494
},
94959495
"wyhash": {
94969496
"baseline": "2023-12-03",

versions/w-/wxwidgets.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "98b2c9fc10fef8e61d3b43cc6b7b37ef72eac355",
5+
"version": "3.2.5",
6+
"port-version": 3
7+
},
38
{
49
"git-tree": "5f1a838731947da96400efcfb971565c8ef32da1",
510
"version": "3.2.5",

0 commit comments

Comments
 (0)