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.
This commit is contained in:
Louis Gombert 2024-10-27 20:31:03 +01:00
parent 95fc3d2ce4
commit 279d5145ba

View File

@ -5,11 +5,18 @@
"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"
"platform": "linux & native"
},
{
"name": "sdl2",