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
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"default-registry": {
|
"default-registry": {
|
||||||
"kind": "git",
|
"kind": "git",
|
||||||
"baseline": "0c4cf19224a049cf82f4521e29e39f7bd680440c",
|
"baseline": "1fddddc280dfed63956e15ef74f4321bc6a219c9",
|
||||||
"repository": "https://github.com/microsoft/vcpkg"
|
"repository": "https://github.com/microsoft/vcpkg"
|
||||||
},
|
},
|
||||||
"registries": [
|
"registries": [
|
||||||
|
|
|
||||||
15
vcpkg.json
15
vcpkg.json
|
|
@ -2,9 +2,18 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"bzip2",
|
"bzip2",
|
||||||
"cmark",
|
"cmark",
|
||||||
{ "name": "ecm", "host": true },
|
{
|
||||||
"libqrencode",
|
"name": "ecm",
|
||||||
{ "name": "pkgconf", "host": true },
|
"host": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "libqrencode",
|
||||||
|
"default-features": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pkgconf",
|
||||||
|
"host": true
|
||||||
|
},
|
||||||
"tomlplusplus",
|
"tomlplusplus",
|
||||||
"zlib"
|
"zlib"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue