mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
build(vcpkg): use a minimal libqrencode build
`libpng` in vcpkg doesn't have the right patches (libpng@ed68998) to build with universal binary support on macOS, so let's avoid building it (we need to bump our baseline for this too) Thanks for letting me know it was optional, Kode :) Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
3b9e020115
commit
83b4a31144
2 changed files with 13 additions and 4 deletions
15
vcpkg.json
15
vcpkg.json
|
|
@ -2,9 +2,18 @@
|
|||
"dependencies": [
|
||||
"bzip2",
|
||||
"cmark",
|
||||
{ "name": "ecm", "host": true },
|
||||
"libqrencode",
|
||||
{ "name": "pkgconf", "host": true },
|
||||
{
|
||||
"name": "ecm",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "libqrencode",
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "pkgconf",
|
||||
"host": true
|
||||
},
|
||||
"tomlplusplus",
|
||||
"zlib"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue