mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
279d5145ba
Due to a bug in DBUS and its VCPKG port VCPKG#40031, DBUS cannot be cross-compiled.
33 lines
636 B
JSON
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"
|
|
}
|
|
]
|
|
} |