mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00: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:
@@ -57,6 +57,7 @@
|
|||||||
"apng"
|
"apng"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"libproxy",
|
||||||
{
|
{
|
||||||
"name": "libavif",
|
"name": "libavif",
|
||||||
"features": [
|
"features": [
|
||||||
@@ -145,6 +146,10 @@
|
|||||||
"name": "libpng",
|
"name": "libpng",
|
||||||
"version": "1.6.43#3"
|
"version": "1.6.43#3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "libproxy",
|
||||||
|
"version": "0.4.18#3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "libavif",
|
"name": "libavif",
|
||||||
"version": "1.0.4#1"
|
"version": "1.0.4#1"
|
||||||
|
|||||||
Reference in New Issue
Block a user