mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Meta: Add missing vcpkg pinned versions
This commit is contained in:
committed by
Jelle Raaijmakers
parent
be86b80f2a
commit
721c05802c
Notes:
github-actions[bot]
2026-02-23 17:32:00 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/721c05802c8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8109 Reviewed-by: https://github.com/gmta ✅
@@ -551,7 +551,7 @@
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/davea42/libdwarf-code.git",
|
||||
"tag": "v2.2.0"
|
||||
"tag": "v2.3.0"
|
||||
}
|
||||
],
|
||||
"config-opts": [
|
||||
|
||||
@@ -44,6 +44,9 @@ flatpak_runtime_libs = [
|
||||
"qtbase",
|
||||
"qtmultimedia",
|
||||
"sqlite3",
|
||||
"tiff",
|
||||
"vulkan",
|
||||
"vulkan-headers",
|
||||
"zlib",
|
||||
]
|
||||
|
||||
@@ -51,6 +54,7 @@ flatpak_runtime_libs = [
|
||||
vcpkg_not_linux = [
|
||||
"dirent",
|
||||
"mman",
|
||||
"pthread",
|
||||
]
|
||||
|
||||
|
||||
|
||||
26
vcpkg.json
26
vcpkg.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"builtin-baseline": "4f326c4072038c8624c36a8ba5ed23f616adda53",
|
||||
"builtin-baseline": "05442024c3fda64320bd25d2251cc9807b84fb6f",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "angle",
|
||||
@@ -82,6 +82,10 @@
|
||||
"dav1d"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "libdwarf",
|
||||
"platform": "linux | windows | osx"
|
||||
},
|
||||
"libjpeg-turbo",
|
||||
"libjxl",
|
||||
{
|
||||
@@ -268,6 +272,10 @@
|
||||
"name": "libavif",
|
||||
"version": "1.3.0#1"
|
||||
},
|
||||
{
|
||||
"name": "libdwarf",
|
||||
"version": "2.3.0#0"
|
||||
},
|
||||
{
|
||||
"name": "libjpeg-turbo",
|
||||
"version": "3.1.1#0"
|
||||
@@ -308,6 +316,10 @@
|
||||
"name": "openssl",
|
||||
"version": "3.5.3#0"
|
||||
},
|
||||
{
|
||||
"name": "pthread",
|
||||
"version": "3.0.0#2"
|
||||
},
|
||||
{
|
||||
"name": "qtbase",
|
||||
"version": "6.10.0#1"
|
||||
@@ -332,6 +344,18 @@
|
||||
"name": "sqlite3",
|
||||
"version": "3.50.4#0"
|
||||
},
|
||||
{
|
||||
"name": "tiff",
|
||||
"version": "4.7.1#0"
|
||||
},
|
||||
{
|
||||
"name": "vulkan",
|
||||
"version": "2023-12-17"
|
||||
},
|
||||
{
|
||||
"name": "vulkan-headers",
|
||||
"version": "1.4.335.0#0"
|
||||
},
|
||||
{
|
||||
"name": "woff2",
|
||||
"version": "1.0.2#5"
|
||||
|
||||
Reference in New Issue
Block a user