mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Build: Fix libpxbackend dependency mismatch
libpxbackend was not being installed from vcpkg which lead to use of libpxbackend on the system causing library mismatch in rolling distros(ie arch linux) a
This commit is contained in:
parent
a90b7026fb
commit
ec425702a4
Notes:
github-actions[bot]
2024-11-29 14:51:41 +00:00
Author: https://github.com/PiyushXCoder
Commit: ec425702a4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2616
Reviewed-by: https://github.com/trflynn89
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
"apng"
|
||||
]
|
||||
},
|
||||
"libproxy",
|
||||
{
|
||||
"name": "libavif",
|
||||
"features": [
|
||||
|
@ -145,6 +146,10 @@
|
|||
"name": "libpng",
|
||||
"version": "1.6.43#3"
|
||||
},
|
||||
{
|
||||
"name": "libproxy",
|
||||
"version": "0.4.18#3"
|
||||
},
|
||||
{
|
||||
"name": "libavif",
|
||||
"version": "1.0.4#1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue