Meta: Ensure version overrides in vcpkg.json are consistent
Remove the missing overrides for wayland and wayland-protocols and make sure all overrides follow the scheme of version#port_verison. This will be verified after a later commit that adds a linter script.
This commit is contained in:
parent
428fa59167
commit
b41dbf60f3
1 changed files with 15 additions and 7 deletions
22
vcpkg.json
22
vcpkg.json
|
|
@ -263,7 +263,7 @@
|
|||
},
|
||||
{
|
||||
"name": "cpptrace",
|
||||
"version": "1.0.2"
|
||||
"version": "1.0.2#0"
|
||||
},
|
||||
{
|
||||
"name": "curl",
|
||||
|
|
@ -295,7 +295,7 @@
|
|||
},
|
||||
{
|
||||
"name": "gtk",
|
||||
"version": "4.22.0"
|
||||
"version": "4.22.0#0"
|
||||
},
|
||||
{
|
||||
"name": "fontconfig",
|
||||
|
|
@ -315,7 +315,7 @@
|
|||
},
|
||||
{
|
||||
"name": "libadwaita",
|
||||
"version": "1.8.4"
|
||||
"version": "1.8.4#0"
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
|
|
@ -355,7 +355,7 @@
|
|||
},
|
||||
{
|
||||
"name": "mimalloc",
|
||||
"version": "2.2.7"
|
||||
"version": "2.2.7#0"
|
||||
},
|
||||
{
|
||||
"name": "mman",
|
||||
|
|
@ -371,7 +371,7 @@
|
|||
},
|
||||
{
|
||||
"name": "pdfjs",
|
||||
"version": "5.6.205"
|
||||
"version": "5.6.205#0"
|
||||
},
|
||||
{
|
||||
"name": "pthread",
|
||||
|
|
@ -407,19 +407,27 @@
|
|||
},
|
||||
{
|
||||
"name": "vulkan",
|
||||
"version": "2023-12-17"
|
||||
"version": "2023-12-17#0"
|
||||
},
|
||||
{
|
||||
"name": "vulkan-headers",
|
||||
"version": "1.4.335.0#0"
|
||||
},
|
||||
{
|
||||
"name": "wayland",
|
||||
"version": "1.24.0#0"
|
||||
},
|
||||
{
|
||||
"name": "wayland-protocols",
|
||||
"version": "1.44#0"
|
||||
},
|
||||
{
|
||||
"name": "woff2",
|
||||
"version": "1.0.2#5"
|
||||
},
|
||||
{
|
||||
"name": "zlib",
|
||||
"version": "1.3.1"
|
||||
"version": "1.3.1#0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue