Skip to content

Commit

Permalink
[sdl2] Make dbus dependency optional.
Browse files Browse the repository at this point in the history
Fixes #40632
  • Loading branch information
dsvensson committed Aug 25, 2024
1 parent 3508985 commit dc5a623
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ports/sdl2/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"homepage": "https://www.libsdl.org/download-2.0.php",
"license": "Zlib",
"dependencies": [
{
"name": "dbus",
"default-features": false,
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
Expand Down Expand Up @@ -64,6 +59,11 @@
"x11": {
"description": "Build with X11 support",
"supports": "!windows"
},
"dbus": {
"description": "Build with D-Bus support",
"supports": "linux",
"dependencies": ["dbus"]
}
}
}

0 comments on commit dc5a623

Please sign in to comment.