Skip to content

Commit 389c971

Browse files
authored
Merge pull request #6 from open-vcpkg/webkit-nonwin
[qt5-webkit] Non windows
2 parents da8d50b + 06ee3a3 commit 389c971

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

ports/qt5-webkit/vcpkg.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qt5-webkit",
3-
"version": "2023-08-11",
3+
"version": "5.212.0-alpha4",
44
"description": "Qt5 port of webkit.",
55
"homepage": "https://github.com/movableink/webkit",
66
"dependencies": [
@@ -25,7 +25,14 @@
2525
]
2626
},
2727
"libxml2",
28-
"shiftmedia-libgcrypt",
28+
{
29+
"name": "shiftmedia-libgcrypt",
30+
"platform": "windows"
31+
},
32+
{
33+
"name": "libgcrypt",
34+
"platform": "!windows"
35+
},
2936
"gperf",
3037
{
3138
"name": "vcpkg-cmake",

0 commit comments

Comments
 (0)