Descent3/vcpkg.json
Louis Gombert 279d5145ba VCPKG: don't build SDL2 with dbus when cross-compiling
Due to a bug in DBUS and its VCPKG port VCPKG#40031, DBUS cannot be cross-compiled.
2024-10-29 21:14:35 +01:00

33 lines
636 B
JSON

{
"builtin-baseline": "198d68dbcc6c907cb3d0b9b1d93c3df6ecf93c62",
"dependencies": [
"glm",
"gtest",
"plog",
"zlib",
{
"name": "sdl2",
"version>=": "2.30.3",
"features": ["x11", "wayland", "alsa"],
"default-features": false,
"platform": "linux & !native"
},
{
"name": "sdl2",
"version>=": "2.30.3",
"features": ["x11","wayland", "alsa"],
"platform": "linux & native"
},
{
"name": "sdl2",
"version>=": "2.30.3",
"platform": "!linux"
}
],
"overrides": [
{
"name": "sdl2",
"version": "2.30.3"
}
]
}