gzdoom/vcpkg.json

48 lines
1.3 KiB
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "2c401863dd54a640aeb26ed736c55489c079323b",
"features":
{
"vcpkg-libvpx":
{
"description": "Use libvpx provided by vcpkg on Windows",
"dependencies": [
{
"name": "libvpx",
"default-features": false,
2024-01-31 23:50:36 +00:00
"platform": "(!windows & static) | (windows & static & staticcrt)"
}
]
},
"vcpkg-openal-soft":
{
"description": "Use openal-soft provided by vcpkg.",
"dependencies": [
{
"name": "openal-soft",
"default-features": false,
2024-01-31 23:50:36 +00:00
"platform": "(!windows & static) | (windows & static & staticcrt)"
}
]
}
},
"dependencies": [
{
"name": "bzip2",
2024-01-31 23:50:36 +00:00
"platform": "(!windows & static) | (windows & static & staticcrt)"
},
{
"name": "libvpx",
2024-01-31 23:50:36 +00:00
"platform": "!windows & static"
2023-08-21 18:54:16 +00:00
},
2024-01-31 23:50:36 +00:00
{
"name": "gtk3",
"platform": "!windows & !osx & static"
},
{
"name": "glib",
"platform": "!windows & !osx & static"
}
]
2024-01-31 23:50:36 +00:00
}