mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
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:
parent
95fc3d2ce4
commit
279d5145ba
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user