mirror of
https://github.com/CorsixTH/CorsixTH.git
synced 2025-07-22 20:10:33 +02:00
sdl2-mixer patch is fixed to closer match upstream which can fix compile failures in that port. Bump corsixth vcpkg repo again for sdl2-mixer fix
86 lines
1.6 KiB
JSON
86 lines
1.6 KiB
JSON
{
|
|
"dependencies": [
|
|
{
|
|
"name": "lua",
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"sdl2",
|
|
"luafilesystem",
|
|
"lpeg"
|
|
],
|
|
"features": {
|
|
"audio": {
|
|
"description": "In game audio support",
|
|
"dependencies": [
|
|
{
|
|
"name": "fluidsynth",
|
|
"platform": "!osx",
|
|
"features": [
|
|
"sndfile"
|
|
]
|
|
},
|
|
{
|
|
"name": "sdl2-mixer",
|
|
"features": [
|
|
"libmodplug",
|
|
{
|
|
"name": "fluidsynth",
|
|
"platform": "!osx"
|
|
},
|
|
"libflac",
|
|
"mpg123",
|
|
"opusfile"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"animview": {
|
|
"description": "Support building AnimView",
|
|
"dependencies": [
|
|
"wxwidgets"
|
|
]
|
|
},
|
|
"updatecheck": {
|
|
"description": "Support checking for game updates",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false,
|
|
"features": [
|
|
"ssl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"movies": {
|
|
"description": "In game video support",
|
|
"dependencies": [
|
|
{
|
|
"name": "ffmpeg",
|
|
"default-features": false,
|
|
"features": [
|
|
"avcodec",
|
|
"avformat",
|
|
"swresample",
|
|
"swscale"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"freetype": {
|
|
"description": "In game freetype font support",
|
|
"dependencies": [
|
|
"freetype"
|
|
]
|
|
},
|
|
"catch2": {
|
|
"description": "Support Catch2 tests",
|
|
"dependencies": [
|
|
"catch2"
|
|
]
|
|
}
|
|
}
|
|
}
|